Skip to content

Update to Dart 3 and bump to 0.4.0 #30

Update to Dart 3 and bump to 0.4.0

Update to Dart 3 and bump to 0.4.0 #30

Workflow file for this run

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