Skip to content

Commit bbd4d5c

Browse files
author
Ergin Akin
committed
fix: resolve yamllint line-length and truthy warnings in workflows
1 parent 14b7fe3 commit bbd4d5c

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/general.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
# yamllint disable rule:line-length
12
---
23
name: General
3-
"on": pull_request
4+
"on":
5+
pull_request:
46
permissions:
57
contents: read
68
packages: read
@@ -15,9 +17,9 @@ jobs:
1517
- testing-type: yamllint
1618
runs-on: ubuntu-24.04
1719
steps:
18-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
1921
with:
2022
persist-credentials: false
21-
- uses: schubergphilis/mcvs-general-action@f52c4433add29d8eff9036bf37b5b69a2c4cf28b # v0.5.8
23+
- uses: schubergphilis/mcvs-general-action@f52c4433add29d8eff9036bf37b5b69a2c4cf28b
2224
with:
2325
testing-type: ${{ matrix.args.testing-type }}

.github/workflows/gomod-go-version-updater.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yamllint disable rule:line-length
12
---
23
name: gomod-go-version-updater-action
34
"on":
@@ -11,4 +12,4 @@ jobs:
1112
gomod-go-version-updater-action:
1213
runs-on: ubuntu-24.04
1314
steps:
14-
- uses: schubergphilis/gomod-go-version-updater-action@c12bc6c5e4ae85e82ee346115d1657e43121c195 # v0.3.5
15+
- uses: schubergphilis/gomod-go-version-updater-action@c12bc6c5e4ae85e82ee346115d1657e43121c195

.github/workflows/mcvs-pr-validation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yamllint disable rule:line-length
12
---
23
name: MCVS-PR-validation-action
34
"on":
@@ -15,7 +16,7 @@ jobs:
1516
MCVS-PR-validation-action:
1617
runs-on: ubuntu-24.04
1718
steps:
18-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
19+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
1920
with:
2021
persist-credentials: false
21-
- uses: schubergphilis/mcvs-pr-validation-action@6f153c01301ab2f92336781173b7f3a796de5f3e # v0.2.2
22+
- uses: schubergphilis/mcvs-pr-validation-action@6f153c01301ab2f92336781173b7f3a796de5f3e

0 commit comments

Comments
 (0)