Skip to content

gitattributes: allow merging lockfile #115

gitattributes: allow merging lockfile

gitattributes: allow merging lockfile #115

Workflow file for this run

name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: latest
cache: npm
- run: npm ci
- run: npm run verify