Skip to content

Commit

Permalink
Bump super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 12, 2023
1 parent 49e376d commit 8e5fb9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
branches: [master, release-*]
paths:
- '**.md'
workflow_dispatch:

jobs:
quality:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/interoperability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on: # yamllint disable-line rule:truthy
paths-ignore:
- '**.md'
- '**.yml'
workflow_dispatch:

jobs:
edugain:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
branches: [master, release-*]
paths-ignore:
- '**.md'
workflow_dispatch
workflow_dispatch:

jobs:
linter:
Expand All @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter/slim@v5
uses: super-linter/super-linter/slim@v5
env:
LOG_LEVEL: NOTICE
VALIDATE_ALL_CODEBASE: true
Expand Down Expand Up @@ -285,8 +285,8 @@ jobs:
runs-on: [ubuntu-latest]
if: |
always() &&
needs.coverage.result == 'success' &&
(needs.unit-tests-linux == 'success' || needs.coverage == 'skipped')
needs.coverage.result == 'success' ||
(needs.unit-tests-linux == 'success' && needs.coverage == 'skipped')
steps:
- uses: geekyeggo/delete-artifact@v2
Expand Down

0 comments on commit 8e5fb9b

Please sign in to comment.