We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7930a37 + 273266b commit 6364631Copy full SHA for 6364631
.github/workflows/dart.yml
@@ -7,9 +7,9 @@ name: Dart
7
8
on:
9
push:
10
- branches: [ "main" ]
+ branches: ["main"]
11
pull_request:
12
13
14
jobs:
15
build:
@@ -30,10 +30,6 @@ jobs:
30
- name: Check code format
31
run: dart format . -o none --set-exit-if-changed
32
33
- # Uncomment this step to verify the use of 'dart format' on each commit.
34
- # - name: Verify formatting
35
- # run: dart format --output=none --set-exit-if-changed .
36
-
37
# Consider passing '--fatal-infos' for slightly stricter analysis.
38
- name: Analyze project source
39
run: dart analyze
0 commit comments