Skip to content

Commit d3641a9

Browse files
committed
remove prettier for now
1 parent 1389b84 commit d3641a9

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/lint-code.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,3 @@ jobs:
5656
- name: Run pip-check-reqs/pip-missing-reqs
5757
run: |
5858
pip-missing-reqs .
59-
60-
# Use Prettier to check various file formats
61-
prettier:
62-
runs-on: ubuntu-latest
63-
steps:
64-
- name: Checkout repository
65-
uses: actions/checkout@v6
66-
- name: Setup node
67-
uses: actions/setup-node@v6
68-
with:
69-
node-version: "20"
70-
71-
- name: Install Prettier
72-
run: npm install -g prettier
73-
74-
- name: Run Prettier --check
75-
run: prettier --check .

0 commit comments

Comments
 (0)