Skip to content

Bump github/codeql-action from 2.20.3 to 3.27.1 #3797

Bump github/codeql-action from 2.20.3 to 3.27.1

Bump github/codeql-action from 2.20.3 to 3.27.1 #3797

Workflow file for this run

name: Lint
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
pull_request:
branches:
- master
#on:
# workflow_dispatch:
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install Python dependencies
run: pip install pylint
- name: Run linters
uses: wearerequired/lint-action@v2
with:
pylint: true