Skip to content

Pre-commit autoupdate #5

Pre-commit autoupdate

Pre-commit autoupdate #5

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
pre-commit-checks:
name: Pre-commit Checks
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Run pre-commit-conda
uses: quantco/pre-commit-conda@v1
env:
name: Test env
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Set up Conda env
uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
with:
environment-file: environment.yml
environment-name: test-env