8000 Bump codecov/codecov-action from 5.1.2 to 5.3.1 in the actions group · scikit-learn-contrib/imbalanced-learn@2140ef9 · GitHub
[go: up one dir, main page]

Skip to content

Bump codecov/codecov-action from 5.1.2 to 5.3.1 in the actions group #76

Bump codecov/codecov-action from 5.1.2 to 5.3.1 in the actions group

Bump codecov/codecov-action from 5.1.2 to 5.3.1 in the actions group #76

Workflow file for this run

name: Run code format checks
on:
push:
branches:
- "main"
pull_request:
branches:
- '*'
jobs:
run-pre-commit-checks:
name: Run pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.39.2
frozen: true
- name: Run tests
run: pixi run -e linters linters
0