Skip to content

Commit

Permalink
chore: updating gh action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LennardZuendorf committed Dec 23, 2023
1 parent 634799d commit 3f03591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/next.js-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Run Linter, Prettier, and Type Check
run: npm run lint-staged
run: npm run format
- name: Build with Next.js
run: npm run build

0 comments on commit 3f03591

Please sign in to comment.