File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed
Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1+ name : check_urls
2+ on : [push]
3+ jobs :
4+ job :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v1
8+ - uses : trilom/file-changes-action@v1.2.4
9+ id : file_changes
10+ with :
11+ output : ' '
12+ - uses : ruby/setup-ruby@v1
13+ with :
14+ ruby-version : 2.4.1
15+ - run : gem install awesome_bot
16+ - run : for i in ${{ steps.file_changes.outputs.files_modified }}; do echo; echo "processing $i"; awesome_bot $i --allow-redirect --allow-dupe --skip-save-results; done
Original file line number Diff line number Diff line change 1212 - npm install -g free-programming-books-lint
1313 script :
1414 - fpb-lint .
15-
16- -
17- language : ruby
18- if : commit_message =~ /check_urls=/
19- rvm : 2.4.1
20- before_script :
21- - gem install awesome_bot
22- script :
23- - INPUT=$(echo $TRAVIS_COMMIT_MESSAGE | awk -F= '{print $2}')
24- - for i in $INPUT; do echo "processing $i"; awesome_bot $i --allow-redirect --allow-dupe --skip-save-results; done
Original file line number Diff line number Diff line change 306306
307307#### Algorithms & Data Structures
308308
309- * [ A Field Guide To Genetic Programming] ( http ://dces.essex.ac.uk/staff/rpoli/gp-field-guide/toc.html ) - Riccardo Poli et al.
309+ * [ A Field Guide To Genetic Programming] ( https ://b-ok.cc/book/861921/18f698 ) - Riccardo Poli et al. (PDF)
310310* [ Algorithmic Graph Theory] ( http://code.google.com/p/graphbook/ )
311311* [ Algorithms] ( https://en.wikibooks.org/wiki/Algorithms ) - Wikibooks
312312* [ Algorithms, 4th Edition] ( http://algs4.cs.princeton.edu/home/ ) - Robert Sedgewick and Kevin Wayne
You can’t perform that action at this time.
0 commit comments