Skip to content

Merge branch 'main' of https://codeberg.org/DM-Earth/rimecraft #198

Merge branch 'main' of https://codeberg.org/DM-Earth/rimecraft

Merge branch 'main' of https://codeberg.org/DM-Earth/rimecraft #198

Workflow file for this run

name: Clippy Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint using Clippy
run: cargo clippy --all-features --no-deps --workspace