Skip to content

Merge pull request #338 from bluehalo/release/2.2.5 #83

Merge pull request #338 from bluehalo/release/2.2.5

Merge pull request #338 from bluehalo/release/2.2.5 #83

Workflow file for this run

name: Lint
on: push
jobs:
run-linter:
name: Run Linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install Dependencies
run: yarn install;
yarn bootstrap
- name: Run Linters
run: yarn lint