1
0
Fork 0
mirror of https://github.com/actions/setup-go synced 2024-12-22 14:22:41 +00:00

Fix lint warning

This commit is contained in:
Sergey Dolin 2023-08-18 14:20:24 +02:00
parent deaf43692d
commit efdf435b25

View file

@ -1,5 +1,3 @@
import * as core from '@actions/core';
export enum StableReleaseAlias {
Stable = 'stable',
OldStable = 'oldstable'