diff --git a/.github/workflows/standardjs.yml b/.github/workflows/standardjs.yml index c09ba79..42e5908 100644 --- a/.github/workflows/standardjs.yml +++ b/.github/workflows/standardjs.yml @@ -13,10 +13,5 @@ jobs: uses: oven-sh/setup-bun@v1 with: bun-version: latest # or "latest", "canary", - - 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