Skip to content

update actions/checkout to v4 and miniconda to v3 in tests.yml #197

update actions/checkout to v4 and miniconda to v3 in tests.yml

update actions/checkout to v4 and miniconda to v3 in tests.yml #197

Workflow file for this run

name: Linting
on: [push]
jobs:
checks:
name: "pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]