Skip to content

Commit

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

on:
pull_request:
workflow_dispatch:

permissions: {}

Expand All @@ -18,3 +19,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 d3b4b85

Please sign in to comment.