Skip to content

Merge pull request #13 from andrecego/feat/add-router-i18n #25

Merge pull request #13 from andrecego/feat/add-router-i18n

Merge pull request #13 from andrecego/feat/add-router-i18n #25

Workflow file for this run

name: "React CI"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Run the tests
run: yarn test
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Run the linter
run: yarn lint