Skip to content

Merge pull request #2424 from Eetai/EB/bugfix/featured-queue #3296

Merge pull request #2424 from Eetai/EB/bugfix/featured-queue

Merge pull request #2424 from Eetai/EB/bugfix/featured-queue #3296

Workflow file for this run

name: CI Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Setup
run: npm ci
- name: Build
run: npm run ci-build
- name: Check Code Style
run: npm run lint