Skip to content

Commit

Permalink
fix: disable super-linter:v5 until v5 tag is available
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Apr 12, 2023
1 parent 1613a0f commit fbeb454
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
uses: github/super-linter@v4
if: ${{ inputs.version == 4 && inputs.slim == false }}

- name: Lint Code Base (slim)
uses: github/super-linter/slim@v5
if: ${{ inputs.version == 5 && inputs.slim == true }}
# - name: Lint Code Base (slim)
# uses: github/super-linter/slim@v5
# if: ${{ inputs.version == 5 && inputs.slim == true }}

- name: Lint Code Base (default)
uses: github/super-linter@v5
if: ${{ inputs.version == 5 && inputs.slim == false }}
# - name: Lint Code Base (default)
# uses: github/super-linter@v5
# if: ${{ inputs.version == 5 && inputs.slim == false }}

0 comments on commit fbeb454

Please sign in to comment.