We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2558c7e + 064aa1f commit 5fdabe0Copy full SHA for 5fdabe0
3 files changed
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/checkout@v6
41
42
- name: Download Package
43
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
44
with:
45
name: Packages
46
path: dist
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
47
48
49
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
hooks:
27
- id: rst
28
name: rst
29
- entry: rst-lint --encoding utf-8
+ entry: rst-lint
30
files: ^(CHANGELOG.rst|README.rst)$
31
language: python
32
additional_dependencies: [pygments, restructuredtext_lint]
0 commit comments