Skip to content

ci: try-runtime gh action #13

ci: try-runtime gh action

ci: try-runtime gh action #13

Workflow file for this run

on: push
name: Clippy check
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
services:
docker:
image: docker:20.10.8-dind
container:
image: paritytech/ci-unified:bullseye-1.77.0
steps:
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-features --all-targets --locked -- -D warnings && cargo doc --all-features --no-deps --locked