Skip to content

docs: Remove WIP status from services and add introduction (#318) #770

docs: Remove WIP status from services and add introduction (#318)

docs: Remove WIP status from services and add introduction (#318) #770

Workflow file for this run

name: "CI"
on:
push:
branches:
- main
pull_request:
jobs:
checks:
runs-on: ${{ matrix.system }}
permissions:
contents: read
strategy:
matrix:
# Intel mac excluded; See https://github.com/juspay/services-flake/issues/231
system: [ x86_64-linux, aarch64-darwin ]
steps:
- uses: actions/checkout@v4
- name: om ci
run: om ci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" run --systems "${{ matrix.system }}"