Skip to content

[Actions] Bump actions/checkout from 2 to 4 (#1) #17

[Actions] Bump actions/checkout from 2 to 4 (#1)

[Actions] Bump actions/checkout from 2 to 4 (#1) #17

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]
with:
sdk: 2.18.6
- name: Install dependencies
run: dart pub get
- name: Build documentation
run: dart doc .