Skip to content

Commit

Permalink
ci(validate): rename the lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion committed Jan 12, 2024
1 parent cf0a615 commit 5ab047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: yarn install
- name: Prepare environment
- name: Check the code format
run: yarn lint:check
commits:
name: Check commits
Expand Down

0 comments on commit 5ab047d

Please sign in to comment.