Skip to content

feat(BC-309): Upgrade Couchbase Lite C from 3.2.1 to 3.2.2 (#29) #118

feat(BC-309): Upgrade Couchbase Lite C from 3.2.1 to 3.2.2 (#29)

feat(BC-309): Upgrade Couchbase Lite C from 3.2.1 to 3.2.2 (#29) #118

Workflow file for this run

name: Clippy check
on: push
env:
CARGO_TERM_COLOR: always
LIBCLANG_PATH: /usr/lib/llvm-14/lib/
jobs:
clippy_check:
runs-on: ubuntu-latest
strategy:
matrix:
version: [community, enterprise]
steps:
- uses: actions/checkout@v1
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Clippy
args: --features=${{ matrix.version }}