Skip to content

ci-skip-rust;ci-skip-integration-tests #5

ci-skip-rust;ci-skip-integration-tests

ci-skip-rust;ci-skip-integration-tests #5

name: Clippy check --all-features
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
container:
image: paritytech/ci-unified:bullseye-1.74.0
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-android: 'true'
remove-dotnet: 'true'
container: false

Check failure on line 23 in .github/workflows/check-clippy-all-features.yml

View workflow run for this annotation

GitHub Actions / Clippy check --all-features

Invalid workflow file

The workflow is not valid. .github/workflows/check-clippy-all-features.yml (Line: 23, Col: 9): Unexpected value 'container'
- uses: actions/checkout@v4
- name: Run Clippy
run: SKIP_WASM_BUILD=1 cargo clippy --all-targets --all-features --locked --quiet