ci: enforce PR title follows conventional commit (#14)

This commit is contained in:
Luke Alvoeiro
2024-09-04 11:40:58 -07:00
committed by GitHub
parent c91b11b3c5
commit 7d5461d240
4 changed files with 54 additions and 4 deletions
-2
View File
@@ -68,5 +68,3 @@ def test_write_file(temp_dir, developer_toolkit):
content = "Hello World"
developer_toolkit.write_file(test_file.as_posix(), content)
assert test_file.read_text() == content