Skip to content

Commit

Permalink
ci(repo): change lint to just check for now
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Nov 18, 2023
1 parent 23aa453 commit d36c19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linting and formatting
name: Lint check

on:
push:
Expand Down Expand Up @@ -28,4 +28,4 @@ jobs:
run: yarn install

- name: Run Lint
run: yarn lint && yarn format:check && yarn lint-staged
run: yarn lint

0 comments on commit d36c19e

Please sign in to comment.