From c5c383ea6e4416d9e466ea56d84a7da918238ee8 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 7 Jun 2023 15:47:41 +0200 Subject: [PATCH] :recycle: add github workflow / action for codepaces testing --- .github/workflows/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..ad81ed4 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,11 @@ +on: + push: + branches: + - main + +jobs: + install_codespaces_setup: + name: install codespaces setup + runs-on: ubuntu-latest + steps: + - run: ./install.sh