Closed seifertm closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.08%. Comparing base (
d572138
) to head (d335c25
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Removes the actionlint-docker pre-commit hook, which requires Docker to be set up on the development machine. Given that the pre-commit hooks already lint yaml files and that the GitHub actions are run for every PR, the Docker dependency seems unreasonable.
closes #595