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.
1 parent 658eb17 commit 7239322Copy full SHA for 7239322
.github/workflows/validation.yml
@@ -15,6 +15,7 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
18
- - uses: ./.github/actions/app_validation
+ - name: Run app validation
19
+ uses: ./.github/actions/app_validation
20
with:
21
working-directory: ./vanilla
0 commit comments