Skip to content

[#216] Response::download 함수 구현 #6

[#216] Response::download 함수 구현

[#216] Response::download 함수 구현 #6

Workflow file for this run

name: Clippy
on:
pull_request:
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy