Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Merge pull request #46 from p-society/build #4

Merge pull request #46 from p-society/build

Merge pull request #46 from p-society/build #4

name: Test Build - Core Server
on:
push:
branches:
- main
- ci
pull_request:
branches:
- main
jobs:
build:

Check failure on line 13 in .github/workflows/check_core_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check_core_build.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.11.1
- name: install packages
run: |
cd core/
npm i -g yarn@latest
yarn add
- name: build server
run: |
yarn compile