Skip to content

Merge pull request #2423 from Ecophagy/status-dropdown-empty-in-list-… #3291

Merge pull request #2423 from Ecophagy/status-dropdown-empty-in-list-…

Merge pull request #2423 from Ecophagy/status-dropdown-empty-in-list-… #3291

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