Skip to content

Commit

Permalink
Merge pull request #21 from jongwooo/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/super-linter-6

chore(deps): Bump github/super-linter from 5 to 6
  • Loading branch information
jongwooo authored May 22, 2024
2 parents 09ed7ba + 13180db commit e2988a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/check-commit-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Check commit messages

on: pull_request

permissions: read-all

jobs:
check-commit-messages:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint Code Base

on: pull_request

permissions: read-all

jobs:
run-lint:
runs-on: ubuntu-latest
Expand All @@ -12,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v5
uses: github/super-linter@v6
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
Expand Down

0 comments on commit e2988a1

Please sign in to comment.