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 0d256c1 commit 1422a20Copy full SHA for 1422a20
.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 3.5.3"
35
uses: ./.github/workflows/tests.yml
0 commit comments