File tree 2 files changed +0
-17
lines changed
2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 1
- <<<<<<<
2
- =======
3
1
# Main CI Workflow
4
- >>>>>>>
5
2
name : CI
6
3
7
4
on :
49
46
- run : python -m twine check dist/*
50
47
51
48
test :
52
- <<<<<<<
53
- needs : [core]
54
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
55
- =======
56
49
needs : [core, sdist_verify]
57
50
uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
58
- >>>>>>>
59
51
with :
60
52
submodules : false
61
53
coverage : codecov
@@ -127,13 +119,8 @@ jobs:
127
119
github.event_name == 'pull_request' &&
128
120
contains(github.event.pull_request.labels.*.name, 'Run publish')
129
121
)
130
- <<<<<<<
131
- needs : [test]
132
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main
133
- =======
134
122
needs : [test, docs]
135
123
uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
136
- >>>>>>>
137
124
with :
138
125
python-version : " 3.12"
139
126
test_extras : ' dev'
Original file line number Diff line number Diff line change 1
1
repos :
2
2
# This should be before any formatting hooks like isort
3
3
- repo : https://github.com/astral-sh/ruff-pre-commit
4
- <<<<<<<
5
- rev : " v0.7.2"
6
- =======
7
4
rev : " v0.8.1"
8
- >>>>>>>
9
5
hooks :
10
6
- id : ruff
11
7
args : ["--fix"]
You can’t perform that action at this time.
0 commit comments