Skip to content

Commit e86b8cd

Browse files
committed
Remove shellcheck installation step from workflow
1 parent c9a6de8 commit e86b8cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/python-check-requirements.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: check-requirements
1919
steps:
20-
- name: Install shellcheck
21-
run: |
22-
sudo apt-get update
23-
sudo apt-get install shellcheck
2420
- name: Check out source repository
2521
uses: actions/checkout@v3
2622
- name: Set up Python environment

0 commit comments

Comments
 (0)