Skip to content

chore: use aleph GH actions #35

chore: use aleph GH actions

chore: use aleph GH actions #35

Workflow file for this run

name: Build Check
description: Check build without exporting
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build check
uses: aleph-im/aleph-github-actions/build-nextjs-app@v1
with:
export: false
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
NEXT_PUBLIC_BUILDER_API_KEY: ${{ secrets.BUILDER_API_KEY }}