Skip to content

Add starboard feature #388

Add starboard feature

Add starboard feature #388

Workflow file for this run

name: Check style
on:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint ./ --quiet