Skip to content

MNT/STY/TST: Add pre-commit hooks, CI job, standardize style #3

MNT/STY/TST: Add pre-commit hooks, CI job, standardize style

MNT/STY/TST: Add pre-commit hooks, CI job, standardize style #3

Workflow file for this run

name: PCDS Standard Testing
on:
push:
pull_request:
release:
types:
- created
jobs:
pre-commit:
name: "pre-commit checks"
uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@master
with:
args: "--from-ref ${{ github.event.pull_request.base.sha }}"