chore: Implement prettier (#23153)

* chore: Implement prettier

* Run prettier

* fix lint

* process feedback

* process feedback
This commit is contained in:
Koen Kanters
2024-06-24 20:58:47 +02:00
committed by GitHub
parent 8780ab2792
commit 30227a13ae
65 changed files with 10687 additions and 5360 deletions
+4 -2
View File
@@ -26,10 +26,12 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: |
npm run pretty:check
npm run eslint
- name: Test
run: npm run test-with-coverage
- name: Lint
run: npm run eslint
- name: Docker login
if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push'
run: echo ${{ secrets.DOCKER_KEY }} | docker login -u koenkk --password-stdin