Update badge to link to GH Actions workflow (not Travis CI) #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: awesome_bot | |
on: | |
push: | |
branches: | |
- master | |
pull_request: {} | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
# NB: it's impossible to automatically check youtube.com links, as | |
# Google detects that as malicious activity and redirects to CAPTCHA at | |
# https://google.com/sorry/... | |
- uses: docker://dkhamsing/awesome_bot:latest | |
with: | |
args: --white-list youtube.com README.md |