Skip to content

[RFR] Added all filters to issues except archetype, refactored mechanism to be more generic #2208

[RFR] Added all filters to issues except archetype, refactored mechanism to be more generic

[RFR] Added all filters to issues except archetype, refactored mechanism to be more generic #2208

Workflow file for this run

name: Code formatting
on: pull_request
jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install .
- run: npm run check