Skip to content

Commit

Permalink
Merge pull request #17 from reload/gixy
Browse files Browse the repository at this point in the history
Add static analyzer gixy
  • Loading branch information
arnested authored Jul 23, 2024
2 parents cadbc4f + f086ddf commit f89d20c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ jobs:
- uses: actions/checkout@v4
- name: Run Yamllint
uses: frenck/[email protected]
nginx:
name: nginx configuration
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install gixy
run: pip install gixy
- name: Run gixy
run: find . -name \*.conf.template -print0 | xargs -0 gixy --disable-includes -lll

0 comments on commit f89d20c

Please sign in to comment.