Skip to content

Merge pull request #2 from The-Fireplace/dependabot/cargo/h2-0.3.24 #4

Merge pull request #2 from The-Fireplace/dependabot/cargo/h2-0.3.24

Merge pull request #2 from The-Fireplace/dependabot/cargo/h2-0.3.24 #4

Workflow file for this run

name: Backend Checks
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
job:
name: Job
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: clippy
- name: check
run: |
cargo clippy -- -D warnings