Skip to content

split ci into multiple files #1

split ci into multiple files

split ci into multiple files #1

Workflow file for this run

name: Test (Pull Request)
on:
pull_request:
branches: [ '**' ]
jobs:
build:

Check failure on line 8 in .github/workflows/pull.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
runs-on: ubuntu-4-cores
steps:
- name: Setup project
uses: ./.github/actions/setup
with:
node-version: '18'
npm-version: '8'
- name: Test Project
uses: ./.github/actions/unit
- name: Test Build
run: npm run dist