Skip to content

Added the promised configuration items. #22

Added the promised configuration items.

Added the promised configuration items. #22

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Silleellie/pylint-github-action@v2
with:
lint-path: .
python-version: 3.11