mirror of
https://github.com/uutils/red.git
synced 2026-06-10 16:14:42 -07:00
fix: ci update
This commit is contained in:
@@ -7,6 +7,20 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
format:
|
||||
name: Check formatting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: rustfmt
|
||||
|
||||
- name: Check formatting
|
||||
run: python3 red/scripts/format_rust.py --check
|
||||
|
||||
ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user