Skip to content

Commit

Permalink
rm prettier from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Nov 14, 2023
1 parent 7a5802e commit 8f7bd29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ jobs:
- uses: actions/checkout@main
- uses: ./.github/actions/ci-setup

- name: Prettier
run: pnpm lint:prettier

- name: TypeScript
run: pnpm lint:types
run: pnpm test:types

- name: Preconstruct
run: pnpm build
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/tests_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ concurrency:
cancel-in-progress: true

jobs:
linting:
name: Linting
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- uses: ./.github/actions/ci-setup

- name: TypeScript
run: pnpm lint:types

unit_tests:
name: Package Unit Tests
runs-on: windows-latest
Expand Down

0 comments on commit 8f7bd29

Please sign in to comment.