Skip to content

add overlay for testing #660

add overlay for testing

add overlay for testing #660

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
rust-version: stable
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy