Skip to content

Commit

Permalink
fix: Knip Scan failed in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ttpss930141011 committed Nov 20, 2023
1 parent 302f99c commit c9bdbe3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scripts/knipScanReporter.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
const fs = require('fs')
const path = require('path')
const readline = require('readline')
const { Octokit } = require('@octokit/core')
const { context } = require('@actions/github')
import fs from 'fs'
import path from 'path'
import readline from 'readline'
import { Octokit } from '@octokit/core'
import { context } from '@actions/github'
import process from 'process'

const knipScanResultPath = path.join(process.cwd(), 'knipScanResult.txt')

Expand Down

1 comment on commit c9bdbe3

@ttpss930141011
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for vue-wafer-painter ready!

✅ Preview
https://vue-wafer-painter-qa4bdpc1l-ttpss930141011.vercel.app

Built with commit c9bdbe3.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.