Skip to content

feat: payment link

feat: payment link #3

Workflow file for this run

name: 'CI'
on:
push:
branches:
- main
- dev
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
global-json-file: './global.json'
- run: dotnet --version
- name: Build
run: dotnet build
- name: Test
run: dotnet test --no-build