Skip to content

Correcting menu (index error when less than 2 items) #664

Correcting menu (index error when less than 2 items)

Correcting menu (index error when less than 2 items) #664

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