From 36ec774d5ff196987fc763c2a801ee4f85a54cbf Mon Sep 17 00:00:00 2001 From: ThePrimeagen Date: Thu, 1 Jan 2026 13:33:44 -0700 Subject: CI check --- .github/workflows/makefile.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/makefile.yml (limited to '.github') 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 -- cgit v1.3-3-g829e