Skip to content

Commit

Permalink
Merge pull request #49 from poporonnet/fix/workflow
Browse files Browse the repository at this point in the history
fix: ワークフローを修正
  • Loading branch information
tufusa authored May 20, 2024
2 parents d010ac4 + c834851 commit fd79361
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Cache
uses: actions/cache@v3
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{hashFiles('bun.lockb') }}
restore-keys: ${{ runner.os }}-bun-

- name: Install Dependencies
run: bun install
Expand All @@ -33,4 +26,3 @@ jobs:

- name: Lint Code
run: bun format

0 comments on commit fd79361

Please sign in to comment.