We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 252bc1a + 93eefc8 commit f14533fCopy full SHA for f14533f
4 files changed
.gitattributes
@@ -1 +1,2 @@
1
-.github/workflows/*.lock.yml linguist-generated=true merge=ours
+.github/workflows/*.lock.yml linguist-generated=true merge=ours
2
+workflows/*.lock.yml linguist-generated=true merge=ours
.github/workflows/ci.yml
@@ -18,7 +18,9 @@ jobs:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
20
- name: Compile workflows
21
- run: gh aw compile --dir workflows
+ run: |
22
+ gh aw compile
23
+ gh aw compile --dir workflows
24
env:
25
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
0 commit comments