Skip to content

fix /local and TMPDIR mounting #963

fix /local and TMPDIR mounting

fix /local and TMPDIR mounting #963

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
- dev
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- uses: pre-commit/action@v2.0.3