Skip to content

Improvements and fixes #107

Improvements and fixes

Improvements and fixes #107

Workflow file for this run

name: 'Test'
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- master
jobs:
Test:
name: 'openapi_sec'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
- name: Run tests
run: |
export TERM=xterm
make test
make format