We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210cd79 commit d1d7c27Copy full SHA for d1d7c27
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
matrix:
17
sdk: [ 2.19.6, stable ]
18
steps:
19
+ - uses: actions/checkout@v2
20
- name: Delete Dart-2-only files when running on Dart 3
21
if: ${{ matrix.sdk != '2.19.6' }}
22
run: |
0 commit comments