Skip to content

Add cpu check

Add cpu check #1

Workflow file for this run

name: CPU check
on:
push:
jobs:
cpu-check:
runs-on: [ubunutu-latest, windows-latest, macos-latest]
steps:
- run: nproc
shell: bash