Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Glinkis committed Jun 25, 2024
1 parent dad2e1d commit 8acba5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
bun-version: latest

- uses: actions/checkout@v4

- run: bunx jsr publish
5 changes: 1 addition & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- master

jobs:
"validate":
validate:
runs-on: ubuntu-latest
steps:
- uses: oven-sh/setup-bun@v1
Expand All @@ -20,9 +20,6 @@ jobs:
- uses: actions/checkout@v4

- run: bun install

- run: bun run prettier --check .

- run: bun tsc

- run: bun test

0 comments on commit 8acba5e

Please # to comment.