From 6ff2599ec39c3a882de250104210771e2c1f5d60 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 27 Nov 2023 16:06:23 +0530 Subject: [PATCH] test: update CI Signed-off-by: K.B.Dharun Krishna --- .github/workflows/lint.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eb8149d..17fa34b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,8 @@ on: jobs: markdownlint: runs-on: ubuntu-latest - + container: + image: ghcr.io/vanilla-os/pico:main steps: - uses: actions/checkout@v4 @@ -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