Skip to content

feat: add synced settings storage and API endpoints #14

feat: add synced settings storage and API endpoints

feat: add synced settings storage and API endpoints #14

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
format:
name: Format Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26"
- name: Check formatting
run: make fmt-check