From 54145617b5a9275c65fd1681d112c10d3bca0853 Mon Sep 17 00:00:00 2001 From: Byson94 Date: Sun, 12 Oct 2025 14:44:09 +0530 Subject: [PATCH] fix(ci): incomplete 'check no-backend' step --- .github/pull_request_template.md | 1 - .github/workflows/build.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1283f19..3ae700c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,5 +26,4 @@ Please make sure you can check all the boxes that apply to this PR. - [ ] All widgets I've added are correctly documented. - [ ] I added my changes to CHANGELOG.md, if appropriate. -- [ ] The documentation in the `docs/content/main` directory has been adjusted to reflect my changes. - [ ] I used `cargo fmt` to automatically format all code before committing diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8989cb0..e39a203 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,4 +53,4 @@ jobs: run: cargo check --no-default-features --features=wayland - name: Check no-backend - run: carg + run: cargo check --no-default-features