ryomo
ryomo
Hi, here is a minimal example 😄 ```yaml name: phpDocumentor on: push: branches: [ main ] jobs: phpdoc: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Run phpdoc run: |...
I had the same issue which has been fixed by your commands. Thank you !
Regarding this issue, unfortunately, I don't have a solution for now. The combination of non-LTS Ubuntu 24.10, KDE, and Wayland seems to be prone to difficulties.
It seems like a great idea! I (and GitHub Copilot :wink:) wrote a bash script to achieve the idea. [ryomo/.trash-cli.sh](https://gist.github.com/ryomo/9100e6c7d4cbfbfd579a521863014b83)