Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Merge branch 'master' of https://github.com/MatrixDevelopment-GH/AdixV2 #71

Merge branch 'master' of https://github.com/MatrixDevelopment-GH/AdixV2

Merge branch 'master' of https://github.com/MatrixDevelopment-GH/AdixV2 #71

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build