Skip to content

chore(deps): bump github.com/csunibo/unibo-go from 0.0.10 to 0.0.12 #211

chore(deps): bump github.com/csunibo/unibo-go from 0.0.10 to 0.0.12

chore(deps): bump github.com/csunibo/unibo-go from 0.0.10 to 0.0.12 #211

Workflow file for this run

name: JSON check
on:
push:
paths:
- "**/*.json"
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check JSON syntax
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"
- name: Check JSON formatting
uses: creyD/[email protected]
with:
prettier_options: --write **/*.json
only_changed: True