Skip to content

kak_check_and with Result as param #143

kak_check_and with Result as param

kak_check_and with Result as param #143

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@v3
with:
persist-credentials: false
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features