Skip to content

Commit 5c95ef7

Browse files
authored
build: don't run prettier on GHA workflows (#288)
1 parent 42c47c6 commit 5c95ef7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
cache: 'npm'
3434
- name: Install dependencies
3535
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
36+
- name: Lint
37+
run: npm run lint
3938
- name: Build
4039
run: npm run build
4140
- name: Test

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows

0 commit comments

Comments
 (0)