Skip to content

Commit 2674a74

Browse files
authored
Change lint vs changeset order (lit#3032)
1 parent b70f777 commit 2674a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
git checkout ${{ github.sha }}
2626
npm ci
2727
28+
- name: Lint
29+
run: npm run lint
30+
2831
- name: Changeset
2932
# Enforce that all PRs that change packages need changesets. Changes
3033
# without changesets result in this job failing.
3134
run: npm run changeset status -- --since=main
3235

33-
- name: Lint
34-
run: npm run lint
35-
3636
tests-local:
3737
runs-on: ubuntu-latest
3838

0 commit comments

Comments
 (0)