Skip to content

feat(core): payment links - add support for custom background image and layout in details section #3053

feat(core): payment links - add support for custom background image and layout in details section

feat(core): payment links - add support for custom background image and layout in details section #3053

Workflow file for this run

name: "CI Nix"
on:
push:
branches:
- main
pull_request:
jobs:
nix-ci:
runs-on: ${{ matrix.system }}
permissions:
contents: read
strategy:
matrix:
system: [x86_64-linux, aarch64-darwin]
steps:
- uses: actions/checkout@v4
- run: om ci --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} run --systems "${{ matrix.system }}"