We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1389b84 commit d3641a9Copy full SHA for d3641a9
1 file changed
.github/workflows/lint-code.yml
@@ -56,20 +56,3 @@ jobs:
56
- name: Run pip-check-reqs/pip-missing-reqs
57
run: |
58
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