Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Archiving the project #783

Archiving the project

Archiving the project #783

Workflow file for this run

name: Linters (Python, C++)
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install mamba
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: .github/linters_env.yml
condarc-file: .condarc
- name: Run all linters
shell: bash -l {0}
run: |
pre-commit run --all-files --verbose --show-diff-on-failure