Skip to content

Commit

Permalink
Change lint vs changeset order (#3032)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Aug 12, 2022
1 parent b70f777 commit 2674a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
git checkout ${{ github.sha }}
npm ci
- name: Lint
run: npm run lint

- name: Changeset
# Enforce that all PRs that change packages need changesets. Changes
# without changesets result in this job failing.
run: npm run changeset status -- --since=main

- name: Lint
run: npm run lint

tests-local:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 2674a74

Please sign in to comment.