Skip to content

Bump snow from 0.9.3 to 0.9.5 #783

Bump snow from 0.9.3 to 0.9.5

Bump snow from 0.9.3 to 0.9.5 #783

Workflow file for this run

on: [push, pull_request]
name: Clippy
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: clippy
override: true
- name: Run clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings