Remove shellcheck installation step from workflow
This commit is contained in:
parent
c9a6de8f8a
commit
e86b8cd93a
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: check-requirements
|
name: check-requirements
|
||||||
steps:
|
steps:
|
||||||
- name: Install shellcheck
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install shellcheck
|
|
||||||
- name: Check out source repository
|
- name: Check out source repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Set up Python environment
|
- name: Set up Python environment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue