File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,11 +158,11 @@ Configuration for these tools can be found in:
158158
159159This 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
You can’t perform that action at this time.
0 commit comments