Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Lint
name: Super-Linter

on: [pull_request]

jobs:
build:
name: GitHub Super-Linter
name: Run Super-Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: github/super-linter@v4.6.0
- uses: actions/checkout@v6
Comment thread
jbampton marked this conversation as resolved.
- uses: super-linter/super-linter@v8.3.2
env:
ERROR_ON_MISSING_EXEC_BIT: true
VALIDATE_EDITORCONFIG: true
Expand Down