Skip to content

chore(deps): bump jsonpatch from 1.32 to 1.33 #236

chore(deps): bump jsonpatch from 1.32 to 1.33

chore(deps): bump jsonpatch from 1.32 to 1.33 #236

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
needs: [lint]