Skip to content

Updated github workflow. #9

Updated github workflow.

Updated github workflow. #9

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