Skip to content

add web api for /spec-repair/ #68

add web api for /spec-repair/

add web api for /spec-repair/ #68

Workflow file for this run

name: Checkstyle
on: [pull_request, workflow_dispatch]
jobs:
checkstyle:
name: runner / checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: andymckay/pycodestyle-action@0.1.3
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review