fix: Stop signals and loops on disconnect (#530) #231
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: Check UIDs | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| pull_request: | |
| branches: [ "main" ] | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| name: Check UIDs | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Setup Godot | |
| uses: chickensoft-games/setup-godot@v1 | |
| with: | |
| version: 4.4.0 | |
| use-dotnet: false | |
| include-templates: false | |
| - name: Verify setup | |
| run: godot --version | |
| - name: Check UIDs | |
| run: sh/check-uids.sh | |