Skip to content

docs: update complete list of options's link to v5.0.0 #96

docs: update complete list of options's link to v5.0.0

docs: update complete list of options's link to v5.0.0 #96

Workflow file for this run

name: ci
on: pull_request
jobs:
semantic-pull-request:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: dart-lang/setup-dart@v1
- name: Install Dependencies
run: dart pub get
- name: Format
run: dart format --set-exit-if-changed .
- name: Analyze
run: dart analyze .
pana:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1