Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.1 #53

chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.1

chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.1 #53

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Run fmt
run: make lint
clippy:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Run clippy
run: make clippy