Skip to content

Add dutch (nl) locale #33

Add dutch (nl) locale

Add dutch (nl) locale #33

Workflow file for this run

---
name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3]
name: Ruby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- run: bundle install
- run: bundle exec rake