Tried sth
Some checks failed
Pull Request Pipeline / lint (pull_request) Failing after 6s
Pull Request Pipeline / test (pull_request) Has been skipped

This commit is contained in:
2025-11-19 10:05:55 +01:00
parent 6ae39717fd
commit 63d2117a6a

View File

@@ -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