Skip to content

Merge branch 'main' of github.com:rapidsai/deployment into migrate-az… #795

Merge branch 'main' of github.com:rapidsai/deployment into migrate-az…

Merge branch 'main' of github.com:rapidsai/deployment into migrate-az… #795

Workflow file for this run

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