chirp/.github/workflows/check-patch.yaml
Dan Smith ed829f5b4b Check patches to see if locale files need update
This makes msgmerge use sorted output to make the files stable.
2023-03-06 18:15:14 -08:00

18 lines
536 B
YAML

name: PR Checks
on:
pull_request:
jobs:
check_commit:
name: No new legacy code
runs-on: ubuntu-22.04
steps:
- name: Install tools
run: |
sudo apt-get update
sudo apt-get install gettext
- name: Checkout
uses: actions/checkout@v2
- name: Run check_commit.sh
run: |
git fetch origin $GITHUB_BASE_REF || true
./tools/check_commit.sh origin/$GITHUB_BASE_REF