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 42c47c6 commit 5c95ef7Copy full SHA for 5c95ef7
.github/workflows/test.yml
@@ -33,9 +33,8 @@ jobs:
33
cache: 'npm'
34
- name: Install dependencies
35
run: npm ci
36
- # TODO(dsanders11): Enable this once we get a clean lint state on `main`
37
- # - name: Lint
38
- # run: npm run lint
+ - name: Lint
+ run: npm run lint
39
- name: Build
40
run: npm run build
41
- name: Test
.prettierignore
@@ -0,0 +1 @@
1
+.github/workflows
0 commit comments