Skip to content

Add openapi schema and GUI #14

Add openapi schema and GUI

Add openapi schema and GUI #14

Workflow file for this run

name: Lint
on:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Lint
run: cargo clippy -- -Dwarnings