♻️ add github workflow / action for codepaces testing
This commit is contained in:
parent
19ae8d1593
commit
c5c383ea6e
1 changed files with 11 additions and 0 deletions
11
.github/workflows/main.yml
vendored
Normal file
11
.github/workflows/main.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue