Skip to content

chore: Release fuzzysearch-owo version 0.19.3 #280

chore: Release fuzzysearch-owo version 0.19.3

chore: Release fuzzysearch-owo version 0.19.3 #280

Workflow file for this run

name: Debug
on:
push:
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rustup component add clippy
- run: sudo apt-get install protobuf-compiler
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}