Skip to content

Commit

Permalink
chore(deps): dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-markan committed Dec 9, 2024
1 parent 7bb7c23 commit ea16470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Linting
working-directory: ./
run: npm run lint:all
run: npm run lint

# 3. Prettier
prettier:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Linting
working-directory: ./
run: npm run prettier:all
run: npm run prettier

# 4. Type check
typecheck:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Validate
working-directory: ./
run: npm run type-check:all
run: npm run type-check

# 5. YAML check
yaml:
Expand Down

0 comments on commit ea16470

Please sign in to comment.