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 aa6f894 commit dad6565Copy full SHA for dad6565
.github/workflows/_internal-coding-standard.yaml
@@ -34,8 +34,10 @@ jobs:
34
coding-standard:
35
runs-on: ubuntu-latest
36
steps:
37
- - uses: actions/checkout@v3
38
- - uses: './coding-standard'
+ - name: Sync repos and check out
+ uses: actions/checkout@v3
39
+ - name: Run coding standard tests
40
+ uses: './coding-standard'
41
with:
42
version: ${{ github.event.inputs.version || '*' }}
- path: ${{ github.event.inputs.path || '_test/demo-package' }}
43
+ path: ${{ github.event.inputs.path || '_test/demo-package' }}
0 commit comments