Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/phep3-compliance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: PHEP 3 Compliance

on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
# Run quarterly: Jan 1, Apr 1, Jul 1, Oct 1 at 3pm UTC (8am Mountain Time)
- cron: '0 15 1 1,4,7,10 *'
workflow_dispatch:

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Check PHEP 3 Compliance
uses: heliophysicsPy/pyhc-actions/phep3-compliance@v1
20 changes: 20 additions & 0 deletions .github/workflows/pyhc-environment-compatibility.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: PyHC Environment Compatibility

on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
# Run quarterly: Jan 1, Apr 1, Jul 1, Oct 1 at 3pm UTC (8am Mountain Time)
- cron: '0 15 1 1,4,7,10 *'
workflow_dispatch:

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Check PyHC Environment Compatibility
uses: heliophysicsPy/pyhc-actions/pyhc-env-compat@v1
Loading