mirror of
https://github.com/beardicus/awesome-plotters.git
synced 2025-03-20 11:39:38 +01:00
add ci awesome-lint
This commit is contained in:
parent
a0033c58f9
commit
636bb1a92d
3
.github/ci-reporter.yml
vendored
3
.github/ci-reporter.yml
vendored
@ -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
Normal file
12
.github/workflows/lint.yml
vendored
Normal file
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user