python-adblock

Updated Brave adblock library for Python
Log | Files | Refs | README

commit 5115b1e792912e20c580062487fe98e8c6f47811
parent 94f70424db2ad99c1753ed011b96418e81b524d8
Author: Árni Dagur <arni@dagur.eu>
Date:   Sat, 25 Apr 2020 15:58:43 -0400

Merge pull request #1 from ArniDagur/update-ci

Add the rustfmt and clippy components to CICD
Diffstat:
M.github/workflows/ci.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: with: toolchain: nightly override: true + components: rustfmt, clippy - name: Lint with rustfmt uses: actions-rs/cargo@v1