mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
chore(ci): eslint + prettier → biome (#325)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import core from '@actions/core';
|
||||
import github from '@actions/github';
|
||||
|
||||
// eslint-disable-next-line node/prefer-global/process
|
||||
const GH_TOKEN = process.env.GITHUB_TOKEN;
|
||||
|
||||
const pkgLabel = {
|
||||
@@ -77,7 +76,6 @@ async function run() {
|
||||
|
||||
console.log(`Matched labels: ${Array.from(labels).join(', ')}`);
|
||||
|
||||
// eslint-disable-next-line node/prefer-global/process
|
||||
if (process.env.DRY_RUN === 'true') {
|
||||
console.log('⚠️ DRY RUN: Skipping API call.');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user