Skip to content

Commit

Permalink
Fix install packages on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Aug 14, 2023
1 parent 2f7502c commit b149b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: 'Install software'
run: |
apt -y install shellcheck
sudo apt -y install shellcheck
python3 -m pip install black
- name: 'Lint shell code'
Expand Down

0 comments on commit b149b45

Please sign in to comment.