Skip to content

Merge pull request #106 from somehowchris/renovate/codecov-codecov-ac… #52

Merge pull request #106 from somehowchris/renovate/codecov-codecov-ac…

Merge pull request #106 from somehowchris/renovate/codecov-codecov-ac… #52

Workflow file for this run

name: Styling
on:
push:
branches: [main, develop]
tags:
- "*"
pull_request:
# The branches below must be a subset of the branches above
branches: ["*"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/[email protected]
- name: Run fmt
run: cargo fmt -- --check
- name: Run clippy
run: cargo clippy -- --deny=warnings