We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70df52d commit 418559aCopy full SHA for 418559a
.github/workflows/phep3-compliance.yml
…flows/pyhc-environment-compatibility.yml .github/workflows/pyhc-actions.yml.github/workflows/pyhc-environment-compatibility.yml renamed to .github/workflows/pyhc-actions.yml
@@ -1,4 +1,4 @@
1
-name: PyHC Environment Compatibility
+name: PyHC Actions
2
3
on:
4
push:
@@ -11,7 +11,17 @@ on:
11
workflow_dispatch:
12
13
jobs:
14
- check:
+ 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
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v4
0 commit comments