Skip to content

Commit

Permalink
Reorganize workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
trappar committed Feb 15, 2024
1 parent 0114fa0 commit bf20646
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/lint.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-build-verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup
uses: ./.github/actions/setup

- name: Run Lint
run: pnpm lint

- name: Build
run: pnpm build

- name: Check working copy
run: git diff --exit-code

test-starts:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bf20646

Please sign in to comment.