mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
CI: Add 'cargo fmt --check' and setup rust toolchain to lint-ci
This commit is contained in:
Notes:
github-actions[bot]
2026-02-24 15:37:17 +00:00
Author: https://github.com/xnacly Commit: https://github.com/LadybirdBrowser/ladybird/commit/f3da3c03e85 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8125
3
.github/workflows/lint-code.yml
vendored
3
.github/workflows/lint-code.yml
vendored
@@ -30,5 +30,8 @@ jobs:
|
||||
shell: bash
|
||||
run: npm install -g prettier@3.8.1
|
||||
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Lint
|
||||
run: ${{ github.workspace }}/Meta/lint-ci.sh
|
||||
|
||||
Reference in New Issue
Block a user