Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 4, 2023
1 parent f8f6377 commit fb2d081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Redrun
run: bun i redrun -g --no-save
- name: NPM Install
run: bun i --no-save
run: npm i
- name: Lint
run: redrun lint
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Redrun
run: bun i redrun -g --no-save
- name: Install
run: bun i --no-save
run: npm i
- name: Lint
run: redrun fix:lint
- uses: actions/cache@v3
Expand Down

0 comments on commit fb2d081

Please sign in to comment.