Skip to content

Commit

Permalink
Fixup! Add -y flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
alangshall committed May 8, 2024
1 parent eaba84f commit fbcbc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pynblint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Install lxml[html_clean]
run: sudo pip install lxml[html_clean]
- name: Run pynblint
run: pynblint $GITHUB_WORKSPACE
run: pynblint -y $GITHUB_WORKSPACE

0 comments on commit fbcbc8e

Please sign in to comment.