chore(ci): eslint + prettier → biome (#325)

This commit is contained in:
Sam Potts
2026-01-23 11:33:04 +00:00
committed by GitHub
parent 93d8b95b2d
commit bf76dfa593
204 changed files with 1172 additions and 4443 deletions
-2
View File
@@ -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;