Skip to content

Commit

Permalink
Merge pull request #22 from ne-sachirou/reviewdog/action-yamllint
Browse files Browse the repository at this point in the history
reviewdog/action-yamllint
  • Loading branch information
ne-sachirou authored Dec 25, 2024
2 parents 5229243 + 71c508e commit d25220e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/run-test-actions.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
---
name: GitHub Actions の test
name: Test GitHub Actions
"on":
workflow_call:

jobs:
actionlint:
test-actions:
name: Test GitHub Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actionshub/yamllint@main
- uses: reviewdog/action-yamllint@v1
with:
fail_level: error
reporter: github-pr-review
- uses: reviewdog/action-actionlint@v1
with:
# fail_level: error
fail_on_error: true
reporter: github-pr-review
2 changes: 1 addition & 1 deletion .github/workflows/run-test-go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Go の test
name: Test Go
"on":
workflow_call:

Expand Down

0 comments on commit d25220e

Please sign in to comment.