Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into verify-readme
  • Loading branch information
blumamir committed Jun 19, 2024
commit 8ad1d89d717be66f4c523441a0e806b3d9beb527
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cache: 'npm'
- run: npm ci
- name: Lint
run: npm run lint

- name: Verify READMEs
run: npm run readme:verify
run: |
npm run lint
npm run lint:markdown
run: npm run readme:verify
You are viewing a condensed version of this merge commit. You can view the full changes here.