Skip to content

Add CI pipeline

Add CI pipeline #1

Workflow file for this run

name: Full CI Pipeline
on:
pull_request:
branches: [ main ]
jobs:
lint:
steps:

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Full CI Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 9, Col: 5): Required property is missing: runs-on .github/workflows/ci.yml (Line: 19, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: yarn lint
build:
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: yarn build