Skip to content

Commit

Permalink
chore: add CPU checker
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Jan 29, 2024
1 parent b3c4719 commit 1cc8c09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import {GetLatestWorkflowTime} from './sources/actions.js'
import {ListBranches} from './sources/branches.js'
import {CommitManager} from './sources/commits.js'
import {PurgeRequestManager} from './sources/requests.js'
import * as Actions from '@actions/core'
import * as Os from 'node:os'

Actions.info(`Running on ${Os.cpus()[0].model} with ${Os.cpus().length} threads/vCPUs.`)

const Program = new Commander.Command()

Expand Down

0 comments on commit 1cc8c09

Please sign in to comment.