Run linter on everything

This commit is contained in:
Al Azif
2025-06-05 22:38:15 -07:00
parent 93d812737d
commit c23ef56385
5 changed files with 185 additions and 186 deletions

View File

@@ -3,7 +3,7 @@ name: Build release
on:
push:
tags:
- 'v*' # Only run when a tag like v1.0, v2.1.3, etc. is pushed
- "v*" # Only run when a tag like v1.0, v2.1.3, etc. is pushed
jobs:
build: