Skip to content

Commit

Permalink
Exclude cli workspace from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored and Mehul Kar committed May 22, 2023
1 parent 2f865ee commit e4690e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,10 @@ jobs:
- name: Format check
# This is the syntax for running the `//#lint` task specifically in turbo.json
# It runs the taplo check on taplo.toml, and lint:prettier per workspace.
run: turbo run lint
# Skip `cli` workspace for now. It has the lint task, but in Github CI
# we need to setup golangci-lint to make it work. Go linting is run in the "Go linting"
# job in this workflow. We can move that in here in the next step.
run: turbo run lint --filter=!cli

final:
name: Ok
Expand Down

0 comments on commit e4690e1

Please sign in to comment.