Skip to content

[SW-736] Replace sitting with stopping on spot driver shutdown #30

[SW-736] Replace sitting with stopping on spot driver shutdown

[SW-736] Replace sitting with stopping on spot driver shutdown #30

# Copyright (c) 2023 Boston Dynamics AI Institute, Inc. All rights reserved.
name: Util - Pre-Commit Runner
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}-${{ github.ref == 'refs/heads/main' && github.sha || ''}}
cancel-in-progress: true
jobs:
pre-commit:
strategy:
matrix:
config:
- { python: "3.8" }
- { python: "3.9" }
- { python: "3.10" }
name: util_pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.config.python }}
- uses: pre-commit/[email protected]