mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
CI: Add explicit problem matchers
This commit is contained in:
4
.github/actions/godot-deps/action.yml
vendored
4
.github/actions/godot-deps/action.yml
vendored
@@ -29,3 +29,7 @@ runs:
|
||||
python -c "import sys; print(sys.version)"
|
||||
python -m pip install scons==${{ inputs.scons-version }}
|
||||
scons --version
|
||||
|
||||
- name: Setup problem matchers
|
||||
shell: bash
|
||||
run: echo ::add-matcher::misc/utility/problem-matchers.json
|
||||
|
||||
Reference in New Issue
Block a user