Skip to content

Running repo-review checks #1

Running repo-review checks

Running repo-review checks #1

Workflow file for this run

# References:
# - https://github.com/scientific-python/repo-review
# - https://pypi.org/project/sp-repo-review/
name: ci-repo-review
run-name: Running repo-review checks
on:
pull_request:
push:
branches-ignore:
- "conda-lock-auto-update"
- "pre-commit-ci-update-config"
- "dependabot/*"
jobs:
run-repo-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Run repo-review"
uses: scientific-python/repo-review@v0.11.2
with:
plugins: sp-repo-review