Skip to content

chore(deps): lock file maintenance #7

chore(deps): lock file maintenance

chore(deps): lock file maintenance #7

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
- "renovate/**"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
env:
RUSTFLAGS: "-D warnings"
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@v1
- uses: moonrepo/setup-rust@v1
with:
cache-base: main
components: clippy
- run: cargo check
- run: cargo clippy