Skip to content

added mailto to email us button #547

added mailto to email us button

added mailto to email us button #547

Workflow file for this run

name: prettier
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Run prettier -check
run: |
npm ci
npm run format:check