Skip to content

Merge pull request #28 from fga-eps-mds/develop #26

Merge pull request #28 from fga-eps-mds/develop

Merge pull request #28 from fga-eps-mds/develop #26

Workflow file for this run

name: Linter
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
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