Skip to content

Commit

Permalink
Update code_check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Marchenko authored and Daniil Marchenko committed Jan 30, 2024
1 parent 399f55a commit b10b94e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/code_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
- name: Get dependencies
run: flutter pub get

- name: Dart Code Metrics
uses: solid-software/dart-code-metrics-action@bb6c6b9b92f6adbd2b77fd83747a85f1f1be17ca
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
fatal_warnings: true
fatal_style: true
folders: "lib"

- name: Custom lint
run: dart run custom_lint

- name: Check formatting
run: dart format . --set-exit-if-changed

Expand Down

0 comments on commit b10b94e

Please sign in to comment.