Skip to content

fix: 非同期関連のtodoとfixmeを解消 (#868) #2185

fix: 非同期関連のtodoとfixmeを解消 (#868)

fix: 非同期関連のtodoとfixmeを解消 (#868) #2185

Workflow file for this run

name: cargo-deny
on:
push:
branches:
- main
jobs:
cargo-deny:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install cargo-binstall
uses: taiki-e/install-action@cargo-binstall
- name: Install cargo-deny
run: cargo binstall cargo-deny@^0.16 --no-confirm --log-level debug
- name: cargo-deny
run: cargo deny --all-features check