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 834b121 commit 219b66aCopy full SHA for 219b66a
.github/workflows/ci.yml
@@ -5,10 +5,10 @@ jobs:
5
runs-on: ubuntu-22.04
6
steps:
7
- name: Checkout
8
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ uses: actions/checkout@v4
9
with:
10
submodules: recursive
11
- name: Install npm dependencies
12
run: npm install
13
- name: linter readme.md
14
- run: npm run lint:markdown
+ run: npm run lint:markdown
0 commit comments