Skip to content

Commit

Permalink
fix: Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Dec 19, 2024
1 parent 8ce5dda commit 39c3826
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 @@ -5,7 +5,7 @@ on:
- main
pull_request:
jobs:
format:
lint:
runs-on: buildjet-4vcpu-ubuntu-2204
container:
image: node:18
Expand All @@ -32,8 +32,8 @@ jobs:
- name: Install packages
run: pnpm install --frozen-lockfile

- name: Run Format Check
run: pnpm format:check
- name: Run Lint
run: pnpm lint

test:
runs-on: buildjet-4vcpu-ubuntu-2204
Expand Down

0 comments on commit 39c3826

Please sign in to comment.