Skip to content

Commit

Permalink
Automatically run psltool validate
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-friedberger committed Sep 11, 2024
1 parent d5b1f7c commit 7a509bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pr-psltool-fmt
name: pr-psltool

on:
pull_request:
Expand All @@ -18,3 +18,4 @@ jobs:
run: |
cd tools
go run ./psltool fmt -d ../public_suffix_list.dat
go run ./psltool validate ../public_suffix_list.dat
2 changes: 1 addition & 1 deletion tools/internal/parser/exceptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func exemptFromSorting(entity string) bool {
// missingEmail are source code blocks in the private domains section
// that are allowed to lack email contact information.
var missingEmail = []string{
"611coin",
"611 blockchain domain name system",
"c.la",
"co.ca",
"DynDNS.com",
Expand Down

0 comments on commit 7a509bf

Please sign in to comment.