Skip to content

feat: new sorting options #160

feat: new sorting options

feat: new sorting options #160

Workflow file for this run

name: Check themes.json
on:
pull_request:
branches: [ main ]
paths:
- 'themes.json'
jobs:
test_pull_requests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm i
- run: npm test