Skip to content

fix: unexpected abort when symlink to non-regular file #2553

fix: unexpected abort when symlink to non-regular file

fix: unexpected abort when symlink to non-regular file #2553

Workflow file for this run

name: Clippy
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- name: Run clippy
run: make lint