chore(ci): merge misspell workflow in ci workflow
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -44,6 +44,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
|
||||
- uses: reviewdog/action-misspell@v1
|
||||
with:
|
||||
locale: "US"
|
||||
level: error
|
||||
|
||||
- name: Linting
|
||||
run: docker build --target lint .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user