diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..db24b44 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +name: CI +on: + push: + branches: + - main +permissions: + contents: read +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: test + run: echo "test" \ No newline at end of file