chore(ci): add misspell action to markdown job
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -45,6 +45,7 @@ jobs:
|
|||||||
level: error
|
level: error
|
||||||
exclude: |
|
exclude: |
|
||||||
./internal/storage/servers.json
|
./internal/storage/servers.json
|
||||||
|
*.md
|
||||||
|
|
||||||
- name: Linting
|
- name: Linting
|
||||||
run: docker build --target lint .
|
run: docker build --target lint .
|
||||||
|
|||||||
9
.github/workflows/markdown.yml
vendored
9
.github/workflows/markdown.yml
vendored
@@ -8,7 +8,6 @@ on:
|
|||||||
- .github/workflows/markdown.yml
|
- .github/workflows/markdown.yml
|
||||||
jobs:
|
jobs:
|
||||||
markdown:
|
markdown:
|
||||||
if: github.repository == 'qdm12/gluetun'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
@@ -16,7 +15,15 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: reviewdog/action-misspell@v1
|
||||||
|
with:
|
||||||
|
locale: "US"
|
||||||
|
level: error
|
||||||
|
pattern: |
|
||||||
|
*.md
|
||||||
|
|
||||||
- uses: peter-evans/dockerhub-description@v3
|
- uses: peter-evans/dockerhub-description@v3
|
||||||
|
if: github.repository == 'qdm12/gluetun'
|
||||||
with:
|
with:
|
||||||
username: qmcgaw
|
username: qmcgaw
|
||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||||
|
|||||||
Reference in New Issue
Block a user