Skip to content

feat(config): add AWS S3 domain to allowed image domains #214

feat(config): add AWS S3 domain to allowed image domains

feat(config): add AWS S3 domain to allowed image domains #214

Workflow file for this run

name: Build Check
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
NEXT_TELEMETRY_DISABLED: "1"
CI: "true"
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run lint:images
- run: pnpm run typecheck