Skip to content

feat: Add Welcome Email #161

feat: Add Welcome Email

feat: Add Welcome Email #161

Workflow file for this run

name: Development - Pull Request
on:
pull_request:
branches:
- main
- 2025
jobs:
lint-format:
name: Linting and Formatting Checks
uses: ./.github/workflows/lint-and-format.yml
build:
needs: lint-format
name: Build
runs-on: ubuntu-latest
environment: Development
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Build Docker container
run: |
docker buildx build \
--file=Dockerfile -t csclub-website .