Skip to content

Commit 15d9ce6

Browse files
committed
Revert "Run prettier in GitHub Actions (python#232)"
This reverts commit eff0dd9.
1 parent 5e1eac3 commit 15d9ce6

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
pre-commit:
13+
lint:
1414
runs-on: ubuntu-latest
1515

1616
steps:
@@ -20,14 +20,3 @@ jobs:
2020
python-version: "3.x"
2121
cache: pip
2222
- uses: pre-commit/[email protected]
23-
24-
prettier:
25-
runs-on: ubuntu-latest
26-
27-
steps:
28-
- uses: actions/checkout@v4
29-
- uses: actions/setup-node@v4
30-
with:
31-
node-version: "22"
32-
- name: Lint with Prettier
33-
run: npx prettier templates/switchers.js --check --single-quote

0 commit comments

Comments
 (0)