Skip to content

search: update current URL when filtering, add nes #13

search: update current URL when filtering, add nes

search: update current URL when filtering, add nes #13

Workflow file for this run

name: CI
on: push
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install requirements
run: yarn
- name: Run Prettier
run: yarn prettier . --check