diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-02-01 16:02:18 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-02-01 16:03:20 +0000 |
| commit | ba9f0a2ebf38f9f195f893b955b877e3d42b5a79 (patch) | |
| tree | e8cde27f18f2bf6fbfeeff72bc3c821ad20259d4 /.github | |
| parent | ab88f59842f180ff0ebc1452c5403244b407b8bd (diff) | |
| download | karakeep-ba9f0a2ebf38f9f195f893b955b877e3d42b5a79.tar.zst | |
ci: Remove lint:ws from the github action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
