Skip to content

fix: fixed update code #521

fix: fixed update code

fix: fixed update code #521

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- develop
- master
jobs:
run-lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 14
- name: Install Node.js dependencies
run: yarn install
- name: Run linters
run: yarn run lint