Skip to content

Create .gitattributes #32

Create .gitattributes

Create .gitattributes #32

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 .