Skip to content

fix: add userId to Word #262

fix: add userId to Word

fix: add userId to Word #262

Workflow file for this run

name: api
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- "api/**"
- ".github/workflows/api.yaml"
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: stable
working_directory: api
analyze_directories: "routes test lib"
coverage_excludes: "**/*.g.dart"
report_on: "routes"