Skip to content

Commit 6364631

Browse files
authored
Merge pull request #15 from Pavel-Sulimau/chore/update-ci-workflow
👷 remove commented duplicated check from github pipeline
2 parents 7930a37 + 273266b commit 6364631

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Dart
77

88
on:
99
push:
10-
branches: [ "main" ]
10+
branches: ["main"]
1111
pull_request:
12-
branches: [ "main" ]
12+
branches: ["main"]
1313

1414
jobs:
1515
build:
@@ -30,10 +30,6 @@ jobs:
3030
- name: Check code format
3131
run: dart format . -o none --set-exit-if-changed
3232

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-
3733
# Consider passing '--fatal-infos' for slightly stricter analysis.
3834
- name: Analyze project source
3935
run: dart analyze

0 commit comments

Comments
 (0)