Skip to content

fix(cd): fixed docs deploy failure #106

fix(cd): fixed docs deploy failure

fix(cd): fixed docs deploy failure #106

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 }}