Skip to content

Display a '+' when there are more diffs that are not shown #39

Display a '+' when there are more diffs that are not shown

Display a '+' when there are more diffs that are not shown #39

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
pull_request_target: ~
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint