Skip to content

FIX: Adjust typo in action.yaml #25

FIX: Adjust typo in action.yaml

FIX: Adjust typo in action.yaml #25

Workflow file for this run

name: linter
on:
push:
branches:
- main
pull_request:
jobs:
linter:
uses: botcity-dev/botcity-reusable-workflows/.github/workflows/python_linter.yml@latest
with:
mypy: true
docstring: true
folder: 'src'