Skip to content

Fix/bug001

Fix/bug001 #32

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