Skip to content

feat: thiserror, tracingクレートの導入 #8

feat: thiserror, tracingクレートの導入

feat: thiserror, tracingクレートの導入 #8

Workflow file for this run

name: Lint
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run clippy
run: cargo clippy -- -D warnings