Skip to content

chore(deploy): checkout-ui-tests-0.19.11 #463

chore(deploy): checkout-ui-tests-0.19.11

chore(deploy): checkout-ui-tests-0.19.11 #463

Workflow file for this run

name: lint
on:
push:
paths-ignore:
- 'Dockerfile'
- '.vtex/**'
pull_request:
paths-ignore:
- 'Dockerfile'
- '.vtex/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Run Lint
run: |
yarn
yarn lint
env:
CI: true