Skip to content

deps(renovate): combine all PRs into one PR (#336) #566

deps(renovate): combine all PRs into one PR (#336)

deps(renovate): combine all PRs into one PR (#336) #566

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
paths:
- 'src/**.rs'
- Cargo.toml
- Cargo.lock
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
make check