Skip to content

Third party update

Third party update #65

Workflow file for this run

---
# yamllint disable rule:line-length
name: pre-commit
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main # We never expect this to fail, since it must have passed on the pull request, but this will let us create a cache on main that other PRs can use, speeding up the process
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.12'
- uses: actions/[email protected]
with:
dotnet-version: '8.0.x'
- uses: pre-commit/[email protected]