zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

commit e47de19805594bdcebadb7afd2c824c5cb3ea32c
parent 02992467f3e3612c7ba978cd66cf1d5d77af3a68
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 12 Apr 2023 01:04:38 +0200

Cleanup unused variable

Diffstat:
Msrc/main.ts | 10+---------
1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/main.ts b/src/main.ts @@ -1,12 +1,4 @@ -import { - addPath, - debug, - endGroup, - getInput, - setFailed, - startGroup, - summary -} from '@actions/core'; +import {addPath, debug, getInput, setFailed, summary} from '@actions/core'; import {ExecOptions, exec} from '@actions/exec'; import {getOctokit, context} from '@actions/github'; import {which} from '@actions/io';