Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve psltool PR check
Browse files Browse the repository at this point in the history
simon-friedberger committed Oct 15, 2024
1 parent 9119498 commit a222938
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: psltool
name: psltool PR check

on:
pull_request:
workflow_dispatch:

permissions: {}

@@ -18,5 +17,4 @@ jobs:
- name: run validations
run: |
cd tools
go run ./psltool fmt -d ../public_suffix_list.dat
go run ./psltool validate ../public_suffix_list.dat
go run ./psltool fmt -d ../public_suffix_list.dat && go run ./psltool check-pr --gh-owner ${{ github.event.repository.owner.login }} --gh-repo ${{ github.event.repository.name }} --online-checks ${{ github.event.pull_request.number }}

0 comments on commit a222938

Please sign in to comment.