Skip to content

Commit dc11eff

Browse files
authored
chore: remove spaces in name of test GitHub Action (#93)
* Github likes names without spaces better * Update CHANGELOG
1 parent 7c5ab62 commit dc11eff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: unit tests and static analysis
1+
name: unit-tests-and-static-analysis
22

33
on: [push, pull_request]
44

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1717
- [PR 90](https://github.com/salesforce/django-declarative-apis/pull/90) Fix `BoundEndpointManager` `get_response` saves
1818

1919
### Changed
20+
- [PR 93](https://github.com/salesforce/django-declarative-apis/pull/93) Remove spaces in name of `test` GitHub Action
2021
- [PR 91](https://github.com/salesforce/django-declarative-apis/pull/91) Update black, flake8, and coverage and include flake8 in make test-all
2122
- [PR 86](https://github.com/salesforce/django-declarative-apis/pull/86) Don't drop support for Django 2.2 until consumers catch up
2223
- [PR 85](https://github.com/salesforce/django-declarative-apis/pull/85) Update easy dev requirements (black, coverage, flake8, pyyaml)

0 commit comments

Comments
 (0)