♻️ add github workflow / action for codepaces testing

This commit is contained in:
Daniel Thoren 2023-06-07 15:47:41 +02:00 committed by GitHub
parent 19ae8d1593
commit c5c383ea6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,11 @@
on:
push:
branches:
- main
jobs:
install_codespaces_setup:
name: install codespaces setup
runs-on: ubuntu-latest
steps:
- run: ./install.sh