Skip to content

build(deps): bump clap from 4.5.23 to 4.5.27 #10

build(deps): bump clap from 4.5.23 to 4.5.27

build(deps): bump clap from 4.5.23 to 4.5.27 #10

name: Clippy check
on: push
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
cat > entrypoint.sh <<EOF
#!/bin/bash
set -e
export PATH=/root/.cargo/bin:\$PATH
RUSTFLAGS="-D warnings" cargo clippy --all-targets
EOF
- name: Run Clippy
run: |
docker run --rm -v ${{ github.workspace }}:/app -v ./entrypoint.sh:/entrypoint.sh ghcr.io/kosette/ubuntu-rust-gtk4:latest