Skip to content

ci: add init ci

ci: add init ci #1

Workflow file for this run

name: ci
on:
push:
branches:
- ci
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make setup
- run: make do_openapi_lint