fix(ci): Fixing indentation
This commit is contained in:
42
.github/workflows/build.yml
vendored
42
.github/workflows/build.yml
vendored
@@ -25,30 +25,30 @@ jobs:
|
||||
pkg-config \
|
||||
build-essential
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: clippy,rustfmt
|
||||
- name: Setup rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: clippy,rustfmt
|
||||
|
||||
- name: Load rust cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Load rust cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Setup problem matchers
|
||||
uses: r7kamura/rust-problem-matchers@v1
|
||||
- name: Setup problem matchers
|
||||
uses: r7kamura/rust-problem-matchers@v1
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
- name: Check with default features
|
||||
run: cargo check
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
- name: Check with default features
|
||||
run: cargo check
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
|
||||
- name: Check x11 only
|
||||
run: cargo check --no-default-features --features=x11
|
||||
- name: Check wayland only
|
||||
run: cargo check --no-default-features --features=wayland
|
||||
- name: Check no-backend
|
||||
run: cargo check --no-default-features
|
||||
- name: Check x11 only
|
||||
run: cargo check --no-default-features --features=x11
|
||||
- name: Check wayland only
|
||||
run: cargo check --no-default-features --features=wayland
|
||||
- name: Check no-backend
|
||||
run: cargo check --no-default-features
|
||||
|
||||
Reference in New Issue
Block a user