Tried sth
This commit is contained in:
@@ -21,15 +21,12 @@ jobs:
|
|||||||
rm -rf /opt/hostedtoolcache/flutter
|
rm -rf /opt/hostedtoolcache/flutter
|
||||||
rm -rf ~/flutter
|
rm -rf ~/flutter
|
||||||
|
|
||||||
- name: Set Up Flutter
|
|
||||||
uses: subosito/flutter-action@v2
|
|
||||||
with:
|
|
||||||
flutter-version: '3.38.2'
|
|
||||||
channel: 'stable'
|
|
||||||
|
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
run: flutter analyze
|
run: flutter analyze
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: lint
|
needs: lint
|
||||||
|
|||||||
Reference in New Issue
Block a user