Skip to content

Commit 811998b

Browse files
authored
got em
1 parent 2ecb7a2 commit 811998b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# The exclusion from the `git diff` is necessary because `yarn install`
8484
# on CI modifies the `.pnp.cjs` file to change their actual locations
8585
# but we don't care about that on CI.
86-
- run: yarn lint --quiet --fix && git diff --exit-code -- . ':(exclude)*.pnp.cjs'
86+
- run: yarn lint --quiet --fix && git diff --exit-code -- . ':(exclude)*.pnp.*'
8787

8888
build-to-npm:
8989
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)