Skip to content

Add customer/:id/sources resource partial models, list request #87

Add customer/:id/sources resource partial models, list request

Add customer/:id/sources resource partial models, list request #87

Workflow file for this run

name: Dart CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-dart:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
with:
sdk: 2.15.1
- name: Install dependencies
run: dart pub get
- name: Analyze code
run: dart analyze --fatal-infos --fatal-warnings
- name: Check code formatting
run: dart format -o none --set-exit-if-changed .
- name: Run tests
run: dart test