Skip to content

Validators list filter search #7142

Validators list filter search

Validators list filter search #7142

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
timeout-minutes: 60
strategy:
matrix:
node: ['14.x']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn ci-test --silent