Skip to content

Commit

Permalink
👷 remove commented duplicated check from github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel-Sulimau committed Feb 11, 2024
1 parent 7131281 commit 273266b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Dart

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:
Expand All @@ -30,10 +30,6 @@ jobs:
- name: Check code format
run: dart format . -o none --set-exit-if-changed

# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
# run: dart format --output=none --set-exit-if-changed .

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
run: dart analyze
Expand Down

0 comments on commit 273266b

Please sign in to comment.