Skip to content

Update Validate.yaml #2

Update Validate.yaml

Update Validate.yaml #2

Workflow file for this run

name: Build and push
on:
push:
branches:
- master
jobs:
lint:
name: Lint project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn run lint