diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..af5c0c0 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +name: CI +on: + push: + branches: [ sandbox ] + pull_request: + branches: [ sandbox ] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Hello + run: echo "✅ CI is alive!"