aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-02-01 16:02:18 +0000
committerMohamed Bassem <me@mbassem.com>2025-02-01 16:03:20 +0000
commitba9f0a2ebf38f9f195f893b955b877e3d42b5a79 (patch)
treee8cde27f18f2bf6fbfeeff72bc3c821ad20259d4 /.github
parentab88f59842f180ff0ebc1452c5403244b407b8bd (diff)
downloadkarakeep-ba9f0a2ebf38f9f195f893b955b877e3d42b5a79.tar.zst
ci: Remove lint:ws from the github action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8216c7cf..a0df2896 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
uses: ./tooling/github/setup
- name: Lint
- run: pnpm lint && pnpm lint:ws
+ run: pnpm lint && pnpm exec sherif
format:
runs-on: ubuntu-latest