Skip to content

Commit

Permalink
GHA: Add code style check for PRs and direct commits
Browse files Browse the repository at this point in the history
  • Loading branch information
limbonaut committed Oct 13, 2024
1 parent 11abf36 commit 8578761
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ jobs:
run: |
bin/${{ env.BIN }} --test --headless
static-checks:
name: ⚙️ Static checks
runs-on: ubuntu-20.04
steps:
- name: Clone LimboAI module
uses: actions/checkout@v4

- name: Code style checks
uses: pre-commit/[email protected]
with:
extra_args: --all-files

cache-env:
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 8578761

Please sign in to comment.