Skip to content

feat(i18n-ptBR): πŸ”₯ add first, last and full name randomizer #481

feat(i18n-ptBR): πŸ”₯ add first, last and full name randomizer

feat(i18n-ptBR): πŸ”₯ add first, last and full name randomizer #481

Workflow file for this run

name: CI
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm i
- name: Run tests
run: npm test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm i
- name: Build
run: npm run build