Skip to content

Commit

Permalink
feat(ci): surround on key in YAML with double quotations to fix yam…
Browse files Browse the repository at this point in the history
…llint warnings
  • Loading branch information
haru52 committed Jun 2, 2022
1 parent 99012f8 commit 73f25de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions
name: Dependabot auto-approve/merge
on: pull_request
"on": pull_request
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions
name: Release
on:
"on":
workflow_run:
workflows: Test
types: completed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: reviewdog
on: pull_request
"on": pull_request
jobs:
reviewdog:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Test
on:
"on":
push:
branches: main
pull_request:
Expand Down

0 comments on commit 73f25de

Please sign in to comment.