Skip to content

Bump pylint from 4.0.4 to 4.0.5 #143

Bump pylint from 4.0.4 to 4.0.5

Bump pylint from 4.0.4 to 4.0.5 #143

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 }}