Skip to content

Commit

Permalink
fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ggera committed Aug 19, 2024
1 parent e7c985c commit f6ab246
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cargo-clippy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build and Deploy Chain docs
name: Cargo Clippy

on:
push:
branches:
- github-runner

jobs:
build-and-deploy:
cargo-clippy:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space
Expand Down Expand Up @@ -41,4 +41,5 @@ jobs:
-w /workspace \
paritytech/ci-unified:bullseye-1.74.0 \
bash -c "
RUSTDOCFLAGS='-D warnings' SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --quiet"
RUSTDOCFLAGS='-D warnings' SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --quiet && \
chown -R $(id -u):$(id -g) target/"

0 comments on commit f6ab246

Please sign in to comment.