Skip to content

Fixed: broadcasting filters #1346

Fixed: broadcasting filters

Fixed: broadcasting filters #1346

Workflow file for this run

name: Code Quality
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install -g yarn@2
- run: yarn install
- name: Linting and prettifying
run: |
yarn lint
yarn prettier
working-directory: ./