We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 357f56c + f4334b9 commit 9249235Copy full SHA for 9249235
src/ActionMain.ts
@@ -1,7 +1,6 @@
1
// src/ActionMain.ts
2
import * as core from '@actions/core';
3
import * as github from '@actions/github';
4
-import path from 'path';
5
import fs from 'fs';
6
import { extractTodosFromDir } from './parser/extractTodosFromDir';
7
import { extractTodosWithStructuredTagsFromDir } from './parser/extractTodosWithStructuredTagsFromDir'; // 👈 novo
0 commit comments