Remove unused sys_msgbox_for_installing function and its references #86
This file contains hidden or 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: Minimal | ||
| on: | ||
| workflow_dispatch: | ||
| jobs: | ||
| noop: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: No-op | ||
| run: echo "Minimal workflow: nothing to do." | ||