Skip to content

Introduce Nx and Adjust Workflow #1

Introduce Nx and Adjust Workflow

Introduce Nx and Adjust Workflow #1

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
branches: ["*", "!latest"]
push:
branches: [latest, main]
jobs:
project:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install deps
run: yarn install
- name: Clean Project
run: yarn clean
- name: Test project
run: yarn test
- name: Run Project
run: yarn google-rank --help
- name: Check diff
run: git diff --exit-code HEAD