mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2025-07-31 22:03:11 -04:00
Try to automate the whole workflow.
This commit is contained in:
parent
c66938c344
commit
ac8294976d
1 changed files with 16 additions and 2 deletions
18
.github/workflows/lint.yaml
vendored
18
.github/workflows/lint.yaml
vendored
|
@ -1,9 +1,23 @@
|
|||
name: Lint Awesome List
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1.0.0
|
||||
- uses: max/awesome-lint@v2.0.0
|
||||
- uses: actions/checkout
|
||||
- uses: max/awesome-lint
|
||||
|
||||
validate_links:
|
||||
name: Validate links
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout
|
||||
- name: Install awesome_bot
|
||||
run : |
|
||||
gem install awesome_bot
|
||||
- name: Run awesome_bot
|
||||
run : |
|
||||
awesome_bot --files ./README.md --allow-ssl --allow-redirect --white-list creativecommons.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue