Skip to content

Commit f4334b9

Browse files
committed
Remove unused path import
1 parent 357f56c commit f4334b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ActionMain.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// src/ActionMain.ts
22
import * as core from '@actions/core';
33
import * as github from '@actions/github';
4-
import path from 'path';
54
import fs from 'fs';
65
import { extractTodosFromDir } from './parser/extractTodosFromDir';
76
import { extractTodosWithStructuredTagsFromDir } from './parser/extractTodosWithStructuredTagsFromDir'; // 👈 novo

0 commit comments

Comments
 (0)