Skip to content

Hotfix/34 ajusta ambiente #33

Hotfix/34 ajusta ambiente

Hotfix/34 ajusta ambiente #33

Workflow file for this run

name: Linter
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
ESLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Instalar yarn
run: yarn
- name: Rodar ESLint + Prettier
run: yarn lint