Skip to content

Commit

Permalink
Remove Python configuration from super-linter.yml
Browse files Browse the repository at this point in the history
Since this workflow is only used to run the linter, there is no need to
configure Python and install dependencies.
  • Loading branch information
JakubKorytko committed Nov 10, 2023
1 parent a3b9fb1 commit 8f31bcf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Python 3.11.4
uses: actions/setup-python@v3
with:
python-version: '3.11.4'
cache: 'pip'

- name: Install pip
run: python -m pip install --upgrade pip

- name: Install dependencies
run: pip install -r requirements.txt

- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
Expand Down

0 comments on commit 8f31bcf

Please sign in to comment.