Skip to content

[REFAC] Readme and analysis options with fixing lint problems #6

[REFAC] Readme and analysis options with fixing lint problems

[REFAC] Readme and analysis options with fixing lint problems #6

name: Dart
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
- name: ⚙️ Install dependencies
run: dart pub get
- name: 🔎 Analyze project source
run: dart analyze
- name: 🧪 Run tests
run: dart test