Skip to content

Commit

Permalink
Update standardjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfung1031 authored Dec 4, 2023
1 parent a90331c commit f5fe1a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/standardjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@ jobs:
uses: oven-sh/setup-bun@v1
with:
bun-version: latest # or "latest", "canary", <sha>
- name: Cache dependencies
uses: actions/cache@v3
with:
path: ~/.bun/install/cache
key: bun-${{ hashFiles('**/bun.lockb') }}
- name: Run linting and formatting
run: bunx standard --verbose | bunx snazzy

0 comments on commit f5fe1a9

Please sign in to comment.