Skip to content

fix flaky 'find the latest runner version (RUN ONCE)' step #98

fix flaky 'find the latest runner version (RUN ONCE)' step

fix flaky 'find the latest runner version (RUN ONCE)' step #98

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- master
- main
- devel*
jobs:
pre-commit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run pre-commit
uses: pre-commit/[email protected]