Skip to content

Add indication of AM or PM to all locales where missing (#1105) #302

Add indication of AM or PM to all locales where missing (#1105)

Add indication of AM or PM to all locales where missing (#1105) #302

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.2'
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
- run: bundle exec rake