Skip to content

build(yml): needed a way to quickly test email send functionality #13

build(yml): needed a way to quickly test email send functionality

build(yml): needed a way to quickly test email send functionality #13

Workflow file for this run

# Workflow derived from https://github.com/posit-dev/setup-air/tree/main/examples
on:
push:
branches: [main, dev]
pull_request:
name: format-check.yaml
permissions: read-all
jobs:
format-check:
name: format-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install
uses: posit-dev/setup-air@v1
- name: Check
run: air format . --check