Skip to content

Deprecate this package #50

Deprecate this package

Deprecate this package #50

Workflow file for this run

name: Linter Checks
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: actions/cache@v1
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}