Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Fix lint introduced in 1.71.0 Rust #52

Fix lint introduced in 1.71.0 Rust

Fix lint introduced in 1.71.0 Rust #52

Workflow file for this run

name: Lint Sabre
on:
pull_request:
env:
CARGO_TERM_COLOR: always
concurrency:
group: "${{ github.ref }}-${{ github.workflow }}"
cancel-in-progress: true
jobs:
lint_sabre:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Display envvars
run: env
- name: Install Just
run: curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | sudo bash -s -- --to /usr/local/bin
- name: Run Lint/Clippy on Sabre
run: just ci-lint