Skip to content

Bump step-security/harden-runner from 2.2.1 to 2.10.2 #3801

Bump step-security/harden-runner from 2.2.1 to 2.10.2

Bump step-security/harden-runner from 2.2.1 to 2.10.2 #3801

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