Skip to content

Update serde_yaml requirement from 0.8.23 to 0.9.28 #225

Update serde_yaml requirement from 0.8.23 to 0.9.28

Update serde_yaml requirement from 0.8.23 to 0.9.28 #225

Workflow file for this run

on: push
name: Annotate code
jobs:
clippy_check:
name: Annotate code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features