Skip to content

Prevent garbage collection of Win32 callback #259

Prevent garbage collection of Win32 callback

Prevent garbage collection of Win32 callback #259

name: Validate translations
on: [push]
jobs:
generate-translation-report:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run XAML validator
uses: ThePBone/[email protected]
with:
source-xaml: 'GalaxyBudsClient/i18n/en.xaml'
translation-xaml: 'GalaxyBudsClient/i18n/*.xaml'
output-directory: 'meta/'
output-name-summary: 'translations.md'
custom-note: 'Translation instructions are available [in the wiki](https://github.com/ThePBone/GalaxyBudsClient/wiki/3.-How-to-help-with-translations).'
- name: Publish changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update translation statuses
file_pattern: meta/*.md