We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d8771 commit 9f00490Copy full SHA for 9f00490
.github/workflows/lint.yml
@@ -51,21 +51,9 @@ jobs:
51
- name: Install Node packages
52
run: npm ci --ignore-scripts
53
54
- - name: Apply formatting
55
- if: github.event_name == 'pull_request'
56
- run: npm run format
57
-
58
- - name: Commit formatting changes
59
60
- uses: EndBug/add-and-commit@v9
61
- with:
62
- default_author: github_actions
63
- message: Apply Prettier formatting
64
- add: "."
65
66
- name: Check formatting
67
run: npx prettier --check .
68
+
69
eslint:
70
name: ESLint
71
runs-on: ubuntu-latest
0 commit comments