Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci/cd #1

Merged
merged 3 commits into from
Sep 2, 2024
Merged

ci/cd #1

merged 3 commits into from
Sep 2, 2024

Commits on Sep 1, 2024

  1. Create rust.yml

    bzglve authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    ac907b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. ci(workflow): add Rust formatting and enhance build steps

    - Introduced a new job `fmt` to check code formatting with `rustfmt` in the GitHub Actions workflow.
    - Updated the `build` job to depend on the `fmt` job, ensuring code is properly formatted before building.
    - Added steps to install Clippy and run it with `--deny warnings`.
    - Set up installation and build steps for `gtk4-layer-shell` dependencies using Meson and Ninja.
    - Changed build command to `cargo build --release` for optimized builds.
    bzglve committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    27226e3 View commit details
    Browse the repository at this point in the history
  2. Update rust.yml

    bzglve authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d186801 View commit details
    Browse the repository at this point in the history