Skip to content

motifs: show everything else with transparency #368

motifs: show everything else with transparency

motifs: show everything else with transparency #368

Workflow file for this run

on:
push:
pull_request:
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- name: Lint
run: npm run lint