-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6faec1
commit 91e3333
Showing
10 changed files
with
360 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,32 +19,21 @@ jobs: | |
- nightly | ||
timeout-minutes: 45 | ||
steps: | ||
- | ||
uses: actions/checkout@v4 | ||
- | ||
uses: dtolnay/rust-toolchain@stable | ||
- uses: actions/checkout@v4 | ||
- uses: jdx/mise-action@v2 | ||
with: | ||
version: 2024.11.37 | ||
- name: Remove rust from mise | ||
run: | | ||
# a different rust version will be installed in the next step | ||
mise rm rust | ||
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
toolchain: ${{ matrix.rust }} | ||
components: clippy, rustfmt | ||
- | ||
uses: taiki-e/install-action@nextest | ||
- | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: lts/Iron # 20 | ||
- | ||
uses: denoland/setup-deno@v1 | ||
with: | ||
deno-version: v1.45.x | ||
- | ||
run: ./install.sh | ||
- | ||
uses: Swatinem/[email protected] | ||
- | ||
run: lefthook run --force pre-commit | ||
- | ||
run: cargo hack test --feature-powerset | ||
- | ||
name: Validate PR commits with commitlint | ||
- uses: Swatinem/[email protected] | ||
- run: lefthook run --force pre-commit | ||
- run: cargo hack test --feature-powerset | ||
- name: Validate PR commits with commitlint | ||
if: github.event_name == 'pull_request' | ||
run: commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.