Skip to content

Remove the BUILD_WORKING_DIRECTORY boilerplate from tools #167

Remove the BUILD_WORKING_DIRECTORY boilerplate from tools

Remove the BUILD_WORKING_DIRECTORY boilerplate from tools #167

Workflow file for this run

name: Pre-commit checks
on:
pull_request:
push:
branches: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()