ci: updated build and lint workflows (#152)

This commit is contained in:
Henrique Dias
2024-07-21 19:43:30 +02:00
committed by GitHub
parent 9433dbd452
commit 6f4be12e8c
5 changed files with 41 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"golang.org/x/net/webdav"
)
// Rule is a dissalow/allow rule.
// Rule is a disallow/allow rule.
type Rule struct {
Regex bool
Allow bool