Skip to content

Commit

Permalink
chore(ci): do not check markdown files in ci (#612)
Browse files Browse the repository at this point in the history
* chore(ci): do not check markdowns in ci

* chore(ci): do not check markdown in ci
  • Loading branch information
andypf authored Nov 14, 2024
1 parent 3810a93 commit 791c1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Run Prettier
run: npm run check-format
run: npm run check-format --check "**/*.{js,jsx,ts,tsx}"

test:
needs: install-dependencies
Expand Down

0 comments on commit 791c1e3

Please sign in to comment.