Skip to content

Commit

Permalink
ci: lint before stubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 6, 2023
1 parent 13b8536 commit 857e9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
if: ${{ contains(github.ref_name, 'renovate') }}
run: pnpm dedupe

- name: Build (stub)
run: pnpm build:stub

- name: Lint (code)
run: pnpm lint:fix

- name: Build (stub)
run: pnpm build:stub

- name: Test (unit)
run: pnpm test:unit -u

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build (stub)
run: pnpm build:stub

- name: Lint
run: pnpm lint

Expand Down

0 comments on commit 857e9cb

Please sign in to comment.