Skip to content

Dev -> Main merge to account for readme changes and script cleanup #63

Dev -> Main merge to account for readme changes and script cleanup

Dev -> Main merge to account for readme changes and script cleanup #63

Workflow file for this run

name: Pylint Score Badge Generation
on: [pull_request]
jobs:
pylint:
name: Pylint Badge Update
runs-on: ubuntu-latest
steps:
- name: Pylint Badge Generation
uses: Silleellie/pylint-github-action@v2
with:
lint-path: src
python-version: 3.11