Skip to content

Commit

Permalink
feat: rename workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniciusCestarii committed Jan 21, 2025
1 parent 3d30f2f commit b2480e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Install Dependencies
run: bun install --frozen-lockfile

- name: Build Application
- name: Lint check
run: bun check
2 changes: 1 addition & 1 deletion .github/workflows/types-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Install Dependencies
run: bun install --frozen-lockfile

- name: Build Application
- name: Types check
run: bun check:types

0 comments on commit b2480e6

Please sign in to comment.