Skip to content

Merge pull request #54 from OSInside/copy_links_for_host_deps #188

Merge pull request #54 from OSInside/copy_links_for_host_deps

Merge pull request #54 from OSInside/copy_links_for_host_deps #188

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
name: CI-Clippy-Linter
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- run: cargo clippy -- -Dwarnings