fix: Delete the file and recall it with Ctrl+Z, displaying an error pop-up window in dde-file-dailog #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: debianCheck | |
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened] | |
permissions: | |
pull-requests: write | |
contents: read | |
checks: read | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
debian-check: | |
uses: linuxdeepin/.github/.github/workflows/debian-check.yml@master | |
with: | |
job_name: "debian-check" | |