Skip to content

Commit 973ec74

Browse files
tweak
1 parent 51d042a commit 973ec74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ Configuration for these tools can be found in:
158158

159159
This project uses GitHub Actions for CI/CD. The workflows can be found in [`.github/workflows/`](.github/workflows/):
160160

161-
- [`test.yml`](.github/workflows/test.yml) - Runs on pushes to the `main` branch and on all PRs:
161+
- [`test.yml`](.github/workflows/test.yml) - Runs on pushes to the `main` branch and on all PRs
162162
- Tests across Python/Django version matrix
163163
- Static type checking
164164
- Coverage reporting
165-
- [`release.yml`](.github/workflows/release.yml) - Runs on GitHub release creation:
165+
- [`release.yml`](.github/workflows/release.yml) - Runs on GitHub release creation
166166
- Runs the [`test.yml`](.github/workflows/test.yml) workflow
167167
- Builds package
168168
- Publishes to PyPI

0 commit comments

Comments
 (0)