Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
2 changes: 2 additions & 0 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
just check
15 changes: 7 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
cancel-in-progress: true
jobs:
lint:
name: Lint
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -45,14 +45,13 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Oxlint
run: yarn lint

- name: Cargo fmt
run: cargo fmt -- --check
- name: Install just
uses: taiki-e/install-action@v2
with:
tool: just

- name: Clippy
run: cargo clippy
- name: Check
run: just ci
build:
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ dist
#Added by cargo

/target
Cargo.lock

*.node
.pnp.*
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

Loading
Loading