Skip to content

kamp-fifo: unquote send's command #161

kamp-fifo: unquote send's command

kamp-fifo: unquote send's command #161

Workflow file for this run

name: clippy
on:
push:
branches:
- master
tags-ignore:
- v[0-9]+.*
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features