Skip to content

WLD-7848 remove useless code in github action #23

WLD-7848 remove useless code in github action

WLD-7848 remove useless code in github action #23

Workflow file for this run

name: lint
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run Lint
run: yarn lint