We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89bfc44 + c116ad2 commit de98848Copy full SHA for de98848
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,11 @@ jobs:
19
run: gh aw --version
20
env:
21
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
- - name: Compile workflows
+ - name: Compile workflows in .github/workflows
23
+ run: gh aw compile --verbose
24
+ env:
25
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
+ - name: Compile workflows in workflows directory
27
run: gh aw compile --workflows-dir workflows --verbose
28
29
0 commit comments