Skip to content

build(deps): bump uuid from 1.11.1 to 1.12.0 (#312) #13

build(deps): bump uuid from 1.11.1 to 1.12.0 (#312)

build(deps): bump uuid from 1.11.1 to 1.12.0 (#312) #13

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