Skip to content

Merge branch 'unstable' into stable #10

Merge branch 'unstable' into stable

Merge branch 'unstable' into stable #10

Workflow file for this run

name: Rust
on:
push:
branches: [ "stable" ]
pull_request:
branches: [ "stable" ]
env:
CARGO_TERM_COLOR: always
jobs:
lint:
name: Cargo Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
components: clippy
target: x86_64-unknown-linux-gnu
- name: Lint Deployer
run: cargo clippy --verbose