Skip to content

Commit

Permalink
workflows: update workflow
Browse files Browse the repository at this point in the history
- Check for links and lint in separate steps
  • Loading branch information
R1kaB3rN committed Mar 8, 2024
1 parent 83a3869 commit 7859bd6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ulwgl-protonfixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
pip install pylint
- name: Lint with Shellcheck
run: |
shellcheck tools/preflight-check.sh
- name: Lint with Pylint and check symbolic links
shellcheck tools/lint.sh tools/check-links.sh
- name: Check symbolic links
run: |
bash tools/preflight-check.sh
bash tools/check-links.sh
- name: Lint with Pylint
run: |
bash tools/lint.sh

0 comments on commit 7859bd6

Please sign in to comment.