Skip to content

chore(deps): update swatinem/rust-cache action to v2.7.7 #165

chore(deps): update swatinem/rust-cache action to v2.7.7

chore(deps): update swatinem/rust-cache action to v2.7.7 #165

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- speedreader
pull_request:
schedule:
- cron: '28 20 2 * *'
jobs:
lint:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Cache
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --all-targets