Skip to content

[Actions] Bump dart-lang/setup-dart from 1.6.2 to 1.6.3 #27

[Actions] Bump dart-lang/setup-dart from 1.6.2 to 1.6.3

[Actions] Bump dart-lang/setup-dart from 1.6.2 to 1.6.3 #27

Workflow file for this run

name: Documentation Build
on: push
permissions:
actions: read
contents: read
jobs:
test:
name: Build docs test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Dart
uses: dart-lang/[email protected]
- name: Install dependencies
run: dart pub get
- name: Build documentation
run: dart doc .