add ci awesome-lint

pull/36/head
Brian Boucheron 2022-06-07 14:54:43 -04:00
rodzic a0033c58f9
commit 636bb1a92d
3 zmienionych plików z 12 dodań i 9 usunięć

Wyświetl plik

@ -1,3 +0,0 @@
updateComment: true
before: "✨ Thank you for this pull request! ✨ Unfortunately, the [{{ provider }} build]({{ targetUrl }}) is failing as of {{ commit }}. Here's the output:"
after: "This is likely due to a broken link. Double-check your links and if they're not actually broken, we may need to update the tests instead."

12
.github/workflows/lint.yml vendored 100644
Wyświetl plik

@ -0,0 +1,12 @@
name: Run awesome-lint
on:
pull_request:
branches: [main]
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint

Wyświetl plik

@ -1,6 +0,0 @@
language: ruby
rvm: 2.4.1
before_script: gem install awesome_bot
script: awesome_bot --files README.md --allow-dupe --allow-redirect
notifications:
email: false