Skip to content

chore(deps): Bump anyhow from 1.0.86 to 1.0.90 #493

chore(deps): Bump anyhow from 1.0.86 to 1.0.90

chore(deps): Bump anyhow from 1.0.86 to 1.0.90 #493

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
- uses: taiki-e/install-action@v2
with:
tool: just
- run: just lint