We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0781052 commit 2770408Copy full SHA for 2770408
1 file changed
.github/workflows/versioning.yaml
@@ -22,6 +22,7 @@ jobs:
22
steps:
23
- name: Debug dump
24
uses: crazy-max/ghaction-dump-context@v2
25
+
26
- if: runner.debug == '1'
27
uses: mxschmitt/action-tmate@v3
28
@@ -36,6 +37,14 @@ jobs:
36
37
with:
38
path: pr
39
40
+ - name: Lint actions
41
+ run: |
42
+ bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
43
+ ./actionlint -color
44
+ shell: bash
45
+ with:
46
+ working-directory: pr
47
48
- name: Install packages
49
run: npm install yaml semver
50
0 commit comments