Skip to content

Fix unable upgrading weak ref core_song model with direct playing audio #85

Fix unable upgrading weak ref core_song model with direct playing audio

Fix unable upgrading weak ref core_song model with direct playing audio #85

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