Skip to content

Update lint rules

Update lint rules #24

Workflow file for this run

name: cosee_lints
on: [ push ]
jobs:
pana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache asdf
uses: actions/cache@v3
id: asdf_cache
with:
path: ~/.asdf/
key: ${{ runner.os }}-${{ hashFiles('**/.tool-versions') }}
- uses: asdf-vm/actions/install@v3
- name: Cache flutter dependencies
uses: actions/cache@v3
id: flutter_cache
with:
path: .dart_tool/
key: ${{ runner.os }}-${{ hashFiles('**/pubspec.lock') }}
- name: Install Dependencies
run: |
flutter pub get
flutter pub global activate pana
- name: Verify Pub Score
run: ./tool/verify_pub_score.sh