Skip to content

Commit

Permalink
Add automatic PCP configuration file linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBE committed Jul 17, 2024
1 parent 5344d4a commit dc77009
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,16 @@ jobs:
./configure --enable-unicode --enable-werror
gmake -k
whitespace_check:
lint-whitespace:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check-whitespaces
run: git diff-tree --check $(git hash-object -t tree /dev/null) HEAD

lint-pcp-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check-pcp-style
run: ./check-pcp-style.sh

0 comments on commit dc77009

Please sign in to comment.