mirror of
https://github.com/beardicus/awesome-plotters.git
synced 2025-07-31 11:00:18 +02:00
add ci awesome-lint
This commit is contained in:
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
|
|
Reference in New Issue
Block a user