Skip to content

Merge branch 'sqlite_quotes' #79

Merge branch 'sqlite_quotes'

Merge branch 'sqlite_quotes' #79

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
# run: dart format --output=none --set-exit-if-changed .
# Uncomment when some todos are fixed
# - name: Analyze project source
# run: dart analyze
- name: Run tests
run: dart test