Skip to content

chore(deps): update codecov/codecov-action action to v3.1.6 #2

chore(deps): update codecov/codecov-action action to v3.1.6

chore(deps): update codecov/codecov-action action to v3.1.6 #2

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@v3
- 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