We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 439faa7 + b3615fc commit ab4307dCopy full SHA for ab4307d
.github/workflows/markdown-lint.yml
@@ -5,9 +5,9 @@ jobs:
5
name: runner / markdownlint
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
9
- name: markdownlint
10
- uses: reviewdog/action-markdownlint@v0.1
+ uses: reviewdog/action-markdownlint@v0
11
with:
12
github_token: ${{ secrets.GITHUB_TOKEN }}
13
fail_on_error: true
.github/workflows/unit-tests.yml
@@ -6,7 +6,7 @@ jobs:
unit-tests:
- name: Run tests using Docker
working-directory: .docker
run: ./docker-tests.sh
0 commit comments