Skip to content

Commit

Permalink
chore: Remove version check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Mar 2, 2024
1 parent 58741fe commit d6445da
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
- name: Install dependencies
run: dart pub get

- name: Check Version
run: dart --version

# 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 d6445da

Please sign in to comment.