Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/R3voA3/3den-Enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
R3voA3 committed Aug 16, 2024
2 parents 4f896a9 + fbb418b commit 44c2808
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release Drafter

on:
push:
branches:
- master

jobs:
draft:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
if: github.repository == 'R3voA3/3den-Enhanced'
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14 changes: 14 additions & 0 deletions .github/workflows/validate_stringtables.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
workflow_dispatch:
push:
branches:
- 'master/**/stringtable.xml'
jobs:
validate_stringtables:
name: Checks stringtable for correct format
runs-on: ubuntu-latest

steps:
- name: Check Stringtables
run: python3 tools/stringtable_validator.py
- name: Check Strings

0 comments on commit 44c2808

Please sign in to comment.