Skip to content

Rename retain to reference, and wrap to take_ownership, and update do… #95

Rename retain to reference, and wrap to take_ownership, and update do…

Rename retain to reference, and wrap to take_ownership, and update do… #95

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 }}