Skip to content

Fix HTA OSS CI errors #604

Fix HTA OSS CI errors

Fix HTA OSS CI errors #604

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
strategy:
matrix:
# make sure python versions are consistent with those used in .circleci/config.yml
python-version: ['3.8.12', '3.9.13', '3.10.4']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: pre-commit/[email protected]