Skip to content

fix: timegated null parsing #335

fix: timegated null parsing

fix: timegated null parsing #335

Workflow file for this run

name: Clippy
on: push
jobs:
deploy:
name: Clippy
runs-on: ubuntu-latest
steps:
- name: Checkout Source Code
uses: actions/checkout@v4
- name: Get Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
- name: Clippy
uses: actions-rs/cargo@v1
with:
command: clippy