Skip to content

Commit

Permalink
ci: split up lint command to support annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Sep 13, 2024
1 parent 552d00c commit 227d05d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,18 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
nix-cache: /tmp/nixcache

- name: lint
run: lint:all
- name: lint ecmascript
run: lint:es
shell: bash

- name: lint formatting
run: lint:format
shell: bash

- uses: clechasseur/rs-clippy-check@v3
with:
args: --all-features

docs:
timeout-minutes: 25
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 227d05d

Please sign in to comment.