remove project blogs for GunStar and PopStar Pilot as they're no long… #233
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: ci | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
schedule: | |
- cron: "14 3 * * 1" | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup Ruby | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 2.6 | |
- name: Install Awesome-bot | |
run: gem install awesome_bot | |
- name: Run Awesome-bot | |
run: awesome_bot README.md --allow-dupe --allow-redirect -w cloud9tech.com,nf6x.net,pairlist5.pair.net,colorcomputerarchive.com,cosmicaliens.com,patreon.com,atom.io,gamedev.net | |