📝 Installed bypass-paywalls
This commit is contained in:
parent
9fa7af7382
commit
f663b6b141
24 changed files with 2551 additions and 0 deletions
17
bypass-paywalls-chrome-master/.github/workflows/ci.yml
vendored
Normal file
17
bypass-paywalls-chrome-master/.github/workflows/ci.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: cd build && ./build.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue