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 076803b commit aeecf7cCopy full SHA for aeecf7c
.github/workflows/pr.yml
@@ -9,9 +9,10 @@ jobs:
9
- uses: asdf-vm/actions/install@v4
10
with:
11
tool_versions: |
12
- action-validator 0.5.4
+ action-validator 0.7.1
13
- run: asdf reshim action-validator
14
- run: action-validator ./action.yml
15
+ - run: action-validator ./.github/workflows/*
16
17
custom-controller-login:
18
if: ${{ github.actor != 'dependabot[bot]' }}
0 commit comments