Skip to content

Bug/ttj/send mail to list #42

Bug/ttj/send mail to list

Bug/ttj/send mail to list #42

Workflow file for this run

name: Build MAIN
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-matrix:
strategy:
fail-fast: false
matrix:
nim: ["binary:2.2.0"]
uses: ./.github/workflows/builder.yaml
with:
container: 'nimletter'
release: 'main'
nimversion: ${{ matrix.nim }}
secrets: inherit