File tree Expand file tree Collapse file tree 5 files changed +65
-1
lines changed
Expand file tree Collapse file tree 5 files changed +65
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Check for News
2+
3+ on :
4+ pull_request_target :
5+ branches :
6+ - main
7+
8+ jobs :
9+ check-news-item :
10+ uses : Billingegroup/release-scripts/.github/workflows/_check-news-item.yml@v0
11+ with :
12+ project : diffpy.utils
Original file line number Diff line number Diff line change 1+ name : Codecov and matrix
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ release :
8+ types :
9+ - prereleased
10+ - published
11+ workflow_dispatch :
12+
13+ jobs :
14+ coverage-and-matrix :
15+ uses : Billingegroup/release-scripts/.github/workflows/_coverage-and-matrix.yml@v0
16+ with :
17+ project : diffpy.utils
18+ c_extension : false
19+ headless : false
Original file line number Diff line number Diff line change 1+ name : Build and Deploy Docs
2+
3+ on :
4+ release :
5+ types :
6+ - published
7+ workflow_dispatch :
8+
9+ jobs :
10+ publish-docs-on-release :
11+ uses : Billingegroup/release-scripts/.github/workflows/_publish-docs-on-release.yml@v0
12+ with :
13+ project : diffpy.utils
14+ c_extension : false
Original file line number Diff line number Diff line change 1+ name : Tests on PR
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ workflow_dispatch :
9+
10+ jobs :
11+ tests-on-pr :
12+ uses : Billingegroup/release-scripts/.github/workflows/_tests-on-pr.yml@v0
13+ with :
14+ project : diffpy.utils
15+ c_extension : false
16+ headless : false
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ repos:
1616 - id : check-yaml
1717 - id : end-of-file-fixer
1818 - id : trailing-whitespace
19- exclude : ' \.(rst|txt)$'
19+ - id : check-case-conflict
20+ - id : check-merge-conflict
21+ - id : check-toml
22+ - id : check-added-large-files
2023 - repo : https://github.com/psf/black
2124 rev : 24.4.2
2225 hooks :
You can’t perform that action at this time.
0 commit comments