Skip to content

adds a new version to the /vaults endpoint to list cache duration #224

adds a new version to the /vaults endpoint to list cache duration

adds a new version to the /vaults endpoint to list cache duration #224

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
concurrency:
group: lint-${{github.ref}}
cancel-in-progress: true
jobs:
clippy:
name: clippy
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: clippy
- name: Install Cap'n Proto
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y capnproto libcapnp-dev
- name: Run clippy
uses: actions-rs-plus/clippy-check@3ecc8072141c0456e374f401a8c03269194cbc83
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --no-deps --all-features -- -Dwarnings