Skip to content

Commit

Permalink
fix: step name
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Oct 10, 2023
1 parent aa65c76 commit b0bd0a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
build:
check-code-quality:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_renovate_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'renovate.json'

jobs:
build:
check-renovate-config:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/lint_github_actions_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
paths:
- '.github/workflows/**'

permissions:
contents: read
checks: write
pull-requests: write

jobs:
build:
lint-github-actions-files:
timeout-minutes: 10
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@82693e9e3b239f213108d6e412506f8b54003586 # v1.39.1
Expand Down

0 comments on commit b0bd0a5

Please sign in to comment.