Skip to content

Feature/author

Feature/author #5

Workflow file for this run

name: Next Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: ./.github/workflows/common-setup.yml
- name: Run Next Build
run: pnpm run -C apps/aelf-template build