Skip to content

Refactor stage config #137

Refactor stage config

Refactor stage config #137

Workflow file for this run

name: pylint
on: [pull_request]
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v3
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('./Pipfile.lock') }}
- name: Install dependencies
uses: VaultVulp/[email protected]
with:
command: sync --dev
- name: Run pylint
uses: VaultVulp/[email protected]
with:
command: run pylint