Skip to content

fix: add missing comma to configuration JSON template (#11) #107

fix: add missing comma to configuration JSON template (#11)

fix: add missing comma to configuration JSON template (#11) #107

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install rust
uses: ./.github/actions/install-rust
- name: check
uses: ./.github/actions/check