Skip to content

chore(deps): bump ical from 0.8.0 to 0.9.0 #56

chore(deps): bump ical from 0.8.0 to 0.9.0

chore(deps): bump ical from 0.8.0 to 0.9.0 #56

Workflow file for this run

on: push
name: Clippy check
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features