Menghapus HMA #17
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: Pengujian | |
on: [push, pull_request] | |
jobs: | |
testing: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 1 | |
- name: Menyiapkan Ruby | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 3.1 | |
- name: Menginstal paket | |
run: gem install awesome_bot | |
- name: Memeriksa pranala luar pada berkas README | |
run: awesome_bot README.md --white-list archive.today,duckduckgo.com,googleweblight.com,translate.google.com |