Skip to content

change pipeline directory #11

change pipeline directory

change pipeline directory #11

Workflow file for this run

name: run build
on:
pull_request:
branches:
- 'main'
jobs:
build:

Check failure on line 9 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
strategy:
fail-fast: false
matrix:
job:
- { name: 'Ubuntu x64', os: 'ubuntu-22.04', arch: X64 }
runs-on: ['self-hosted', '${{ matrix.job.os }}', '${{ matrix.job.arch }}']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '21'
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Transpile Library
run: |
npm run build:ts