Skip to content

Commit 418559a

Browse files
committed
Combine PyHC Actions workflows
1 parent 70df52d commit 418559a

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

.github/workflows/phep3-compliance.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/pyhc-environment-compatibility.yml renamed to .github/workflows/pyhc-actions.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PyHC Environment Compatibility
1+
name: PyHC Actions
22

33
on:
44
push:
@@ -11,7 +11,17 @@ on:
1111
workflow_dispatch:
1212

1313
jobs:
14-
check:
14+
phep3-compliance:
15+
name: PHEP 3 Compliance
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v4
19+
20+
- name: Check PHEP 3 Compliance
21+
uses: heliophysicsPy/pyhc-actions/phep3-compliance@v1
22+
23+
pyhc-env-compat:
24+
name: PyHC Environment Compatibility
1525
runs-on: ubuntu-latest
1626
steps:
1727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)