Skip to content

Alex ui1

Alex ui1 #402

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install NPM modules
run: yarn
- name: Expand submodules
run: git submodule init && git submodule update
- name: Run ESLint
run: yarn eslint