Skip to content

Fix issue caused by new script cache in 1.23.1 #174

Fix issue caused by new script cache in 1.23.1

Fix issue caused by new script cache in 1.23.1 #174

Workflow file for this run

name: linting
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- uses: pre-commit/action@v2.0.3