Skip to content

re-announce bug with timestamp refreshing (#51) #9

re-announce bug with timestamp refreshing (#51)

re-announce bug with timestamp refreshing (#51) #9

Workflow file for this run

name: Run Clippy Check
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: |
rustup update
- name: Run Clippy Check
run: |
cargo clippy -- -Dwarnings