Skip to content

Commit dd29f99

Browse files
Remove whitespace and caching
The Action failed and this is mostly for debugging purposes.
1 parent b1d98d9 commit dd29f99

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: CI
2-
32
on:
43
pull_request:
54
branches:
@@ -33,17 +32,6 @@ jobs:
3332
uses: actions/checkout@v3
3433
run: flutter pub get
3534

36-
# - name: Cache Flutter packages
37-
# uses: actions/cache@v3
38-
# with:
39-
# path: ~/.pub-cache/hosted/pub.dartlang.org
40-
41-
# key: ${{ runner.OS }}-flutter-${{ hashFiles('**/pubspec.lock') }}
42-
# restore-keys: |
43-
# ${{ runner.os }}-build-${{ env.cache-name }}-
44-
# ${{ runner.os }}-build-
45-
# ${{ runner.os }}-
46-
4735
- name: Static Analysis
4836
run: flutter analyze
4937

0 commit comments

Comments
 (0)