Skip to content

fix: bump ci action dependencies #107

fix: bump ci action dependencies

fix: bump ci action dependencies #107

Workflow file for this run

name: Dart Code Analysis
on: [push]
jobs:
package-analysis:
name: Code Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: axel-op/dart-package-analyzer@v3
id: analysis
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}