Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

feat!: finish postman imports, improve UX around stored requests #235

feat!: finish postman imports, improve UX around stored requests

feat!: finish postman imports, improve UX around stored requests #235

Workflow file for this run

on: push
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features