Skip to content

Add code starter

Add code starter #7

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