Skip to content

Lock file maintenance #2

Lock file maintenance

Lock file maintenance #2

Workflow file for this run

name: responsive_notebook_background
on: [ push ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
- name: Install Dependencies
run: flutter pub get
- name: Analyze
run: flutter analyze
- name: Code metrics
run: dart run dart_code_metrics:metrics analyze . --set-exit-on-violation-level=warning --disable-sunset-warning
style_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
- name: Install Dependencies
run: flutter pub get
- name: Format
run: dart format --set-exit-if-changed .
pana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
- name: Install Dependencies
run: |
flutter pub get
flutter pub global activate pana
- name: Verify Pub Score
run: ./tool/verify_pub_score.sh