Skip to content

Updated more docs and code to reflect language -> locale renaming #52

Updated more docs and code to reflect language -> locale renaming

Updated more docs and code to reflect language -> locale renaming #52

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and test on macOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: |
gem install xcpretty
make test | xcpretty -c && exit ${PIPESTATUS[0]}