diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index b73d575..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Build - -on: - push: - branches: - - "**" - pull_request: - branches: - - "**" - -permissions: - contents: read - -jobs: - build: - name: build - runs-on: forty-two - - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Mandatory - run: CC=clang TERM=xterm make - - name: Bonus - run: CC=clang TERM=xterm make bonus