From 8f31bcf431feb41184c978d0077c46aa2eda258f Mon Sep 17 00:00:00 2001 From: JakubKorytko Date: Fri, 10 Nov 2023 16:40:59 +0100 Subject: [PATCH] Remove Python configuration from super-linter.yml Since this workflow is only used to run the linter, there is no need to configure Python and install dependencies. --- .github/workflows/super-linter.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 73af459..159dd45 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -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: