Skip to content

fix: update virtualenv requirement from <=20.28.1 to <=20.29.0 #145

fix: update virtualenv requirement from <=20.28.1 to <=20.29.0

fix: update virtualenv requirement from <=20.28.1 to <=20.29.0 #145

Workflow file for this run

name: Pylint
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [created]
workflow_dispatch:
env:
lint-python-version: '3.11'
jobs:
UpdateLinting:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Linting
uses: YaoYinYing/pylint-github-action@6196ac476a3fcb6559d78624bab427556a8b75ea
with:
lint-path: src # lint src package
python-version: ${{ env.lint-python-version }} # python version which will lint the package
pylint-args:
badge-text: pylint score
badge-file-name: pylint_scan
badge-artifact-name: upload-my-awesome-badge-${{ github.run_id }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
R2_BUCKET: ${{ secrets.R2_BUCKET }}
R2_badge_path: badge_dir_with_uniq_name/RosettaPy/pylint