fix: resolve CI test failures by simplifying workflow and fixing template loading
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 16:53:11 +00:00
parent bc0c40815d
commit 2c35f4f6e2

View File

@@ -2,7 +2,7 @@
import pytest import pytest
from gitignore_generator.validator import Validator, ValidationIssue from gitignore_generator.validator import Validator
class TestValidator: class TestValidator: