Skip to content

Merge branch 'user/tom/fix/remove-kbatch' into feature/bump-jupyterhub #400

Merge branch 'user/tom/fix/remove-kbatch' into feature/bump-jupyterhub

Merge branch 'user/tom/fix/remove-kbatch' into feature/bump-jupyterhub #400

Workflow file for this run

name: Linting
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- uses: pre-commit/action@v2.0.0