Skip to content

🫐 blueberry time ... keep it fresh #676

🫐 blueberry time ... keep it fresh

🫐 blueberry time ... keep it fresh #676

Workflow file for this run

name: CI
on: [ push, pull_request]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- run: npm install
- run: npm run build --if-present
Lnt:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- run: npm install
- run: npm run lint --if-present -- --quiet
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- run: npm install
- run: npm run build --if-present
- run: npm run test --if-present -- --quiet
Cover:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- run: npm install
- run: npm run build --if-present
- run: npm run coverage --if-present -- --quiet