Skip to content

Commit

Permalink
Use taplo lint instead of its alias taplo check
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Feb 3, 2024
1 parent 6dbdd91 commit ac7f5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
chmod u+x /usr/local/bin/taplo
- name: Validate party series TOML file
run: taplo check data/series.toml && taplo format --check data/series.toml
run: taplo lint data/series.toml && taplo format --check data/series.toml

- name: Validate party TOML files
run: |
shopt -s globstar
taplo check data/parties/**/*.toml && taplo format --check data/parties/**/*.toml
taplo lint data/parties/**/*.toml && taplo format --check data/parties/**/*.toml

0 comments on commit ac7f5f7

Please sign in to comment.