Skip to content

Commit 949963b

Browse files
committed
stash
1 parent e1e1ded commit 949963b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/awesome_bot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: awesome_bot
2+
3+
on:
4+
push:
5+
branches: [ '*' ]
6+
pull_request:
7+
branches: [ '*' ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
- name: Set up Ruby 2.6
17+
uses: ruby/setup-ruby@v1
18+
with:
19+
ruby-version: '2.6'
20+
- name: Checks
21+
run: |
22+
gem install awesome_bot
23+
awesome_bot --allow-redirect --allow-dupe --allow 503 --set-timeout 300 --allow-ssl --white-list "sciencebase.gov","lanl.gov","npr.org","twitter.com","wisc.edu","teos-10.org" static/pdf/cv.tex content/*.md content/blog/*.md

0 commit comments

Comments
 (0)