Skip to content

Localisation updates from https://translatewiki.net. #25

Localisation updates from https://translatewiki.net.

Localisation updates from https://translatewiki.net. #25

# Checks the PR label against the app version, fails if they do not match.
# This is to prevent unwanted PRs from being merged into main.
name: Check PR and App Versions
on:
pull_request:
types:
- opened
branches:
- 'main'
workflow_dispatch: # allows workflow to be triggered manually
jobs:
check-version:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Check PR label and App Versions
continue-on-error: false
run: |
echo "Testing"