Skip to content

Merge pull request #100 from somehowchris/renovate/serde-monorepo #30

Merge pull request #100 from somehowchris/renovate/serde-monorepo

Merge pull request #100 from somehowchris/renovate/serde-monorepo #30

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