Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaElattar committed Nov 30, 2023
1 parent 2fbef97 commit a63dd22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
run: dart pub global run melos bootstrap

- name: Linting
run: dart analyze .
run: find . -name "*.dart" -not -path "./packages/tfchain_client/lib/generated/*" | xargs dart analyze


0 comments on commit a63dd22

Please sign in to comment.