Skip to content

Commit

Permalink
cleaned up gha
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Nov 20, 2023
1 parent dd2028d commit f391f39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
sdk:
- 2.13.4
- 2.19.6
# Commented out until we upgrade to Dart 3
# - beta
Expand All @@ -37,7 +36,7 @@ jobs:
run: dart run dependency_validator
- name: Check formatting
run: dart format --output=none --set-exit-if-changed .
if: ${{ matrix.sdk == 'stable' }}
if: ${{ matrix.sdk == '2.19.6' }}
- name: Analyze project source
run: dart analyze
- name: Run tests
Expand Down
19 changes: 0 additions & 19 deletions skynet.yaml

This file was deleted.

0 comments on commit f391f39

Please sign in to comment.