Skip to content

Commit 754eabc

Browse files
Merge pull request #145 from dutchdronesquad/release/v1.3.1
Release v1.3.1
2 parents 7aa4ad2 + b8def3f commit 754eabc

File tree

5 files changed

+63
-144
lines changed

5 files changed

+63
-144
lines changed

β€Ž.github/workflows/rhfest.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: actions/checkout@v4.2.2
1919

2020
- name: πŸš€ Run RHFest validation
21-
uses: docker://ghcr.io/rotorhazard/rhfest-action:v1.2.1
21+
uses: docker://ghcr.io/rotorhazard/rhfest-action:v2.0.0

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,7 @@ repos:
7373
stages: [pre-commit, pre-push, manual]
7474
- id: rhfest
7575
name: πŸŽ‰ Check RHFest
76-
language: docker_image
77-
entry: ghcr.io/rotorhazard/rhfest-action:latest
76+
language: system
77+
entry: docker
78+
args: ["run", "--rm", "--pull=always", "-v", ".:/repo", "ghcr.io/rotorhazard/rhfest-action:latest"]
79+
pass_filenames: false
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"domain": "stream_overlays",
33
"name": "Stream Overlays",
4-
"codeowners": ["@dutchdronesquad"],
4+
"author": "Dutch Drone Squad",
5+
"author_uri": "https://github.com/dutchdronesquad",
56
"description": "Add new designed stream overlays to RotorHazard, which can be used in OBS (Open Broadcaster Software).",
6-
"documentation": "https://overlays.dutchdronesquad.nl",
7+
"documentation_uri": "https://overlays.dutchdronesquad.nl",
78
"required_rhapi_version": "1.2",
8-
"version": "1.3.0"
9+
"version": "1.3.1",
10+
"category": ["Streaming & Overlays"]
911
}

0 commit comments

Comments
Β (0)