Skip to content

Commit 74e8454

Browse files
authored
Merge pull request #71 from ne-sachirou/yaml
.yml→.yaml
2 parents 8205e85 + 91d6962 commit 74e8454

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
permissions:
99
contents: read
1010
pull-requests: write
11-
uses: ./.github/workflows/run-test-actions.yml
11+
uses: ./.github/workflows/run-test-actions.yaml
1212

1313
test-go:
1414
permissions:
1515
contents: read
1616
pull-requests: write
17-
uses: ./.github/workflows/run-test-go.yml
17+
uses: ./.github/workflows/run-test-go.yaml
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
test-actions:
1010
permissions:
1111
contents: read
12-
uses: ./.github/workflows/run-test-actions.yml
12+
uses: ./.github/workflows/run-test-actions.yaml
1313

1414
test-go:
1515
permissions:
1616
contents: read
17-
uses: ./.github/workflows/run-test-go.yml
17+
uses: ./.github/workflows/run-test-go.yaml
File renamed without changes.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ lint: lint-gha lint-go lint-markdown lint-renovate ## Lint
1010
lint-gha:
1111
yamllint .github/workflows/
1212
actionlint
13-
ghalint run || true
14-
zizmor . || true
13+
ghalint run
14+
zizmor .
1515

1616
lint-go:
1717
go vet || true

0 commit comments

Comments
 (0)