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 cf1e73d commit 907f002Copy full SHA for 907f002
2 files changed
.github/workflows/git-commit-data-action.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
- uses: docker://ffurrer/bats:latest
18
with:
19
- args: '--recursive .'
+ args: "--recursive ."
20
21
os-testing:
22
runs-on: ${{ matrix.os }}
.github/workflows/linter.yml
@@ -22,10 +22,7 @@ jobs:
23
24
- name: Lint Code Base
25
- uses: github/super-linter@v7
+ uses: super-linter/super-linter@v7
26
env:
27
VALIDATE_ALL_CODEBASE: false
28
- VALIDATE_MARKDOWN_PRETTIER: false
29
- VALIDATE_YAML_PRETTIER: false
30
- DEFAULT_BRANCH: v1.x
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments