Skip to content

build(deps): bump reqwest from 0.12.28 to 0.13.1 #2502

build(deps): bump reqwest from 0.12.28 to 0.13.1

build(deps): bump reqwest from 0.12.28 to 0.13.1 #2502

Workflow file for this run

name: CI - Lint
on:
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
clippy_check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install just
uses: extractions/setup-just@v2
- name: Run Lint
run: just lint