Skip to content

Update to Dart 3 and bump to 0.4.0 #27

Update to Dart 3 and bump to 0.4.0

Update to Dart 3 and bump to 0.4.0 #27

Workflow file for this run

name: analyze
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
package-analysis:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Analyze package
uses: axel-op/dart-package-analyzer@stable
with:
githubToken: ${{secrets.GITHUB_TOKEN}}