Skip to content

Commit f391f39

Browse files
cleaned up gha
1 parent dd2028d commit f391f39

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

.github/workflows/dart_ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
sdk:
19-
- 2.13.4
2019
- 2.19.6
2120
# Commented out until we upgrade to Dart 3
2221
# - beta
@@ -37,7 +36,7 @@ jobs:
3736
run: dart run dependency_validator
3837
- name: Check formatting
3938
run: dart format --output=none --set-exit-if-changed .
40-
if: ${{ matrix.sdk == 'stable' }}
39+
if: ${{ matrix.sdk == '2.19.6' }}
4140
- name: Analyze project source
4241
run: dart analyze
4342
- name: Run tests

skynet.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)