Skip to content

Commit

Permalink
run tests during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Nov 6, 2024
1 parent 8b7a90b commit 771e66c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run tests for rules
run: ./scripts/run-policy-tests.sh

- name: Download mxlint binary
run: |
curl -L https://github.com/mxlint/mxlint-cli/releases/download/v3.0.0/mxlint-v3.0.0-linux-amd64 -o mxlint
Expand Down

0 comments on commit 771e66c

Please sign in to comment.