Skip to content

Commit 73c9856

Browse files
committed
TST: add a simple gha workflow for running pre-commit
1 parent 289f8b4 commit 73c9856

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/standard.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: PCDS pre-commit Testing
2+
3+
on:
4+
push:
5+
pull_request:
6+
release:
7+
types:
8+
- created
9+
10+
jobs:
11+
standard:
12+
uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@master
13+
with:
14+
args: "--all-files"

0 commit comments

Comments
 (0)