Skip to content

chore: add generate test report action #9466

chore: add generate test report action

chore: add generate test report action #9466

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{github.token}}
- name: Checkout
uses: actions/checkout@v4.1.5
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: 'yarn'
- name: Install JS dependencies
run: yarn --immutable
- name: Lint
run: yarn lint