Skip to content

Add with_metadata function to references #15

Add with_metadata function to references

Add with_metadata function to references #15

Workflow file for this run

name: Rust Clippy
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update nightly && rustup default nightly
- run: rustup component add clippy
- name: Run clippy
run: cargo clippy --all-features