mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Added names and fixed all typos i made
This commit is contained in:
parent
4eb22275f0
commit
9df2a8e274
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -9,11 +9,12 @@ env:
|
|||
|
||||
jobs:
|
||||
cargo_check:
|
||||
name: Cargo Check
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
- uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache Cargo registry
|
||||
uses: actions/cache@v4
|
||||
|
@ -36,11 +37,12 @@ jobs:
|
|||
run: cargo check
|
||||
|
||||
lints:
|
||||
name: Lints
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
- uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
Loading…
Reference in New Issue
Block a user