Skip to content

Commit

Permalink
Merge pull request #22 from yoriiis/qa-actions
Browse files Browse the repository at this point in the history
Add Lint actions
  • Loading branch information
yoriiis committed Jul 3, 2023
2 parents adde1f5 + 2512057 commit 080ecf3
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 4,315 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Lint

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
lint:
uses: yoriiis/actions/.github/workflows/lint.yml@main
8 changes: 8 additions & 0 deletions .markdownlint-cli2.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
config: {
MD013: false, // Line length
MD024: false, // Multiple headers with the same content
MD033: false // No inline HTML
},
ignores: ['**/node_modules/**', '.github/PULL_REQUEST_TEMPLATE.md']
}
3 changes: 0 additions & 3 deletions .markdownlint.yml

This file was deleted.

4 changes: 3 additions & 1 deletion config/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ module.exports = {
react: {
version: '0' // Remove the warning of the missing React package
}
}
},

ignorePatterns: ['node_modules', 'web', 'lib']
}
Loading

0 comments on commit 080ecf3

Please sign in to comment.