Skip to content

mxro is building

mxro is building #24

Workflow file for this run

name: build
run-name: ${{ github.actor }} is building
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g @go-task/cli
- run: task --version
- run: task build