diff options
| author | ThePrimeagen <the.primeagen@gmail.com> | 2026-01-01 13:33:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-01 13:33:44 -0700 |
| commit | 36ec774d5ff196987fc763c2a801ee4f85a54cbf (patch) | |
| tree | 94c8edbb4509da4afd8e025af1ce3d12f55df6a1 /.github | |
| parent | 5b4bb5fc2eb5004f45f5c54878961ca74f1b5639 (diff) | |
| download | a4-36ec774d5ff196987fc763c2a801ee4f85a54cbf.tar.xz a4-36ec774d5ff196987fc763c2a801ee4f85a54cbf.zip | |
CI check
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/makefile.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 0000000..fabd779 --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,18 @@ +name: Makefile CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Run stylua + run: make pr_ready |
