Skip to content

feat: add ga Irish as a new locale #257

feat: add ga Irish as a new locale

feat: add ga Irish as a new locale #257

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
name: Node ${{ matrix.node }} CI
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: npm
- name: dependencies
run: npm ci
- name: lint
run: npm run lint
- name: test
run: npm test