Skip to content

Commit 0344e14

Browse files
committed
Linting applied to pre-commit workflow
1 parent b16e340 commit 0344e14

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.14'
14+
python-version: "3.14"
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ">=18.0"
@@ -20,6 +20,5 @@ jobs:
2020
- uses: pre-commit/action@v3.0.0
2121
- name: Run eslint and prettier linting checks
2222
run: |
23-
npm cache clean --force
24-
prettier --version
25-
npm run lint
23+
npm cache clean --force
24+
npm run lint

0 commit comments

Comments
 (0)