Skip to content

Dev -> Main Merge given New Notebooks #68

Dev -> Main Merge given New Notebooks

Dev -> Main Merge given New Notebooks #68

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