Skip to content

test change

test change #1

on:
pull_request:
branches:
- main
paths:
- 'Localizable.xcstrings'
jobs:
update_localizations:
name: Update Localization strings
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Test
run: |
echo "hello world"