diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml new file mode 100644 index 0000000..5facd19 --- /dev/null +++ b/.github/workflows/all.yml @@ -0,0 +1,13 @@ +name: all +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] +jobs: + build-linux: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: make + run: make