Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
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
Loading