Skip to content

fix compilation after validation result decoupling, add unit testing … #21

fix compilation after validation result decoupling, add unit testing …

fix compilation after validation result decoupling, add unit testing … #21

Workflow file for this run

name: Validate
on:
push:
jobs:
lint:
name: Lint xcstrings
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: lint xcstrings
run: |
swift run xcstringslint Sources/StringCatalogValidator/Resources/Localizable.xcstrings \
--config .xcstringslint.yaml