Skip to content

Commit

Permalink
Run GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Mar 21, 2024
1 parent ba898e0 commit fa05450
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflow/ci.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ concurrency:
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: latest
- run: pnpm install
- run: pnpm run build
lint:
runs-on: ubuntu-latest
steps:
Expand All @@ -46,4 +34,5 @@ jobs:
with:
version: latest
- run: pnpm install
- run: pnpm run build
- run: pnpm test

0 comments on commit fa05450

Please sign in to comment.