Remove Zenlogin as sponsor and unused files
This commit is contained in:
38
.github/workflows/test_of_push_and_pull.yml
vendored
38
.github/workflows/test_of_push_and_pull.yml
vendored
@@ -1,38 +0,0 @@
|
|||||||
name: 'Tests of push & pull'
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
# push:
|
|
||||||
# branches: [ main ]
|
|
||||||
# pull_request:
|
|
||||||
# branches: [ main ]
|
|
||||||
|
|
||||||
env:
|
|
||||||
FILENAME: README.md
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
tests:
|
|
||||||
name: 'Validate README.md changes'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v2
|
|
||||||
with:
|
|
||||||
python-version: '3.8'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: python -m pip install -r scripts/requirements.txt
|
|
||||||
|
|
||||||
- name: Validate Markdown format
|
|
||||||
run: python scripts/validate/format.py ${FILENAME}
|
|
||||||
|
|
||||||
- name: Validate pull request changes
|
|
||||||
run: scripts/github_pull_request.sh ${{ github.repository }} ${{ github.event.pull_request.number }} ${FILENAME}
|
|
||||||
if: github.event_name == 'pull_request'
|
|
||||||
|
|
||||||
- name: Checking if push changes are duplicated
|
|
||||||
run: python scripts/validate/links.py ${FILENAME} --only_duplicate_links_checker
|
|
||||||
if: github.event_name == 'push'
|
|
||||||
30
.github/workflows/test_of_validate_package.yml
vendored
30
.github/workflows/test_of_validate_package.yml
vendored
@@ -1,30 +0,0 @@
|
|||||||
name: 'Tests of validate package'
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
# push:
|
|
||||||
# branches: [ main ]
|
|
||||||
# pull_request:
|
|
||||||
# branches: [ main ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
unittest:
|
|
||||||
name: 'Run tests of validate package'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v2
|
|
||||||
with:
|
|
||||||
python-version: '3.8'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: python -m pip install -r scripts/requirements.txt
|
|
||||||
|
|
||||||
- name: Run Unittest
|
|
||||||
run: |
|
|
||||||
cd scripts
|
|
||||||
python -m unittest discover tests/ --verbose
|
|
||||||
28
.github/workflows/validate_links.yml
vendored
28
.github/workflows/validate_links.yml
vendored
@@ -1,28 +0,0 @@
|
|||||||
name: 'Validate links'
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
# schedule:
|
|
||||||
# - cron: '0 0 * * *'
|
|
||||||
|
|
||||||
env:
|
|
||||||
FILENAME: README.md
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
validate_links:
|
|
||||||
name: 'Check all links are working'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v2
|
|
||||||
with:
|
|
||||||
python-version: '3.8'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: python -m pip install -r scripts/requirements.txt
|
|
||||||
|
|
||||||
- name: Validate all links from README.md
|
|
||||||
run: python scripts/validate/links.py ${FILENAME}
|
|
||||||
@@ -20,13 +20,6 @@
|
|||||||
<p align="center"><a href="https://scrapfly.io?ref=public_apis&utm_medium=repo_readme">Scrapfly</a> offers a top-tier Web Scraping API that simplifies scraping by handling real browser rendering, rotating proxies, and various fingerprints to overcome major anti-bot measures.</p>
|
<p align="center"><a href="https://scrapfly.io?ref=public_apis&utm_medium=repo_readme">Scrapfly</a> offers a top-tier Web Scraping API that simplifies scraping by handling real browser rendering, rotating proxies, and various fingerprints to overcome major anti-bot measures.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<p align="center"><a href="https://zenlogin.co?ref=public_apis&utm_medium=repo_readme"><picture><source media="(prefers-color-scheme: dark)" srcset="./assets/zenlogin.svg" width="210px"><source media="(prefers-color-scheme: light)" srcset="./assets/zenlogin.svg" width="210px"><img alt="Zenlogin logo" src="./assets/zenlogin.svg" width="210px"></picture></a></p>
|
|
||||||
<p align="center"><a href="https://zenlogin.co?ref=public_apis&utm_medium=repo_readme">Zenlogin</a> detects suspicious logins so you don't have to. A single endpoint API to notify your users when there's been suspicious login activity on their account.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<hr/>
|
<hr/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 7.8 KiB |
Reference in New Issue
Block a user