Skip to content

feat: ✨ detect and handle hooks for async methods #441

feat: ✨ detect and handle hooks for async methods

feat: ✨ detect and handle hooks for async methods #441

Workflow file for this run

# Inspired by https://github.com/bitbrain/beehave/blob/godot-4.x/.github/workflows/beehave-ci.yml
name: Mod Loader CI
on:
push:
paths-ignore:
- "**.jpg"
- "**.png"
- "**.svg"
- "**.md"
- "**plugin.cfg"
pull_request:
paths-ignore:
- "**.jpg"
- "**.png"
- "**.svg"
- "**.md"
- "**plugin.cfg"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: PR Dependency Check
steps:
- uses: gregsdennis/dependencies-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tests:
name: "Running GUT tests on Godot 4.3"
uses: ./.github/workflows/tests.yml
with:
godot-version: "4.3"