Skip to content

Bump pylint from 2.17.6 to 3.0.2 #119

Bump pylint from 2.17.6 to 3.0.2

Bump pylint from 2.17.6 to 3.0.2 #119

Workflow file for this run

name: Tag
on:
pull_request:
types: closed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
with:
release_branch: master
env:
# This is a personal access token so that we can trigger additional jobs
# https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}