Skip to content

Bump serde_json from 1.0.107 to 1.0.109 #12

Bump serde_json from 1.0.107 to 1.0.109

Bump serde_json from 1.0.107 to 1.0.109 #12

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