Skip to content

(add) workflows to analyse the packages #1

(add) workflows to analyse the packages

(add) workflows to analyse the packages #1

Workflow file for this run

name: analyse
on:
push:
branches:
- main
jobs:
analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze