We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9a5fd commit 29d352aCopy full SHA for 29d352a
.github/workflows/main.yml
@@ -23,13 +23,6 @@ concurrency:
23
cancel-in-progress: true
24
25
jobs:
26
- check_dependencies:
27
- runs-on: ubuntu-latest
28
- name: PR Dependency Check
29
- steps:
30
- - uses: gregsdennis/dependencies-action@main
31
- env:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
tests:
34
name: "Running GUT tests on Godot 4.3"
35
uses: ./.github/workflows/tests.yml
0 commit comments