Skip to content

Prevent unnecessary XHR when clicking on "Compare" link #25

Prevent unnecessary XHR when clicking on "Compare" link

Prevent unnecessary XHR when clicking on "Compare" link #25

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run [install, lint, format]
run: |
npm install
npm run lint
npm run format -- --check --no-write