Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin authored Dec 10, 2024
1 parent 79e4f76 commit 4d1f8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install npm dependencies
run: npm install
- name: linter readme.md
run: npm run lint:markdown
run: npm run lint:markdown

0 comments on commit 4d1f8d2

Please sign in to comment.