Skip to content

Commit

Permalink
test: update CI
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Nov 27, 2023
1 parent a9f3db9 commit 6ff2599
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
markdownlint:
runs-on: ubuntu-latest

container:
image: ghcr.io/vanilla-os/pico:main
steps:
- uses: actions/checkout@v4

Expand All @@ -21,11 +22,12 @@ jobs:
codespell:
runs-on: ubuntu-latest

container:
image: ghcr.io/vanilla-os/pico:main
steps:
- uses: actions/checkout@v4

- uses: codespell-project/actions-codespell@v2
with:
path: |
articles/en
only_warn: 1

0 comments on commit 6ff2599

Please sign in to comment.