Skip to content

Commit a3271ce

Browse files
committed
Tiny TS tweak
1 parent 219d2ea commit a3271ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as core from '@actions/core'
22
import { Toolkit } from 'actions-toolkit'
33
import fm from 'front-matter'
44
import nunjucks from 'nunjucks'
5-
// @ts-ignore
5+
// @ts-expect-error
66
import dateFilter from 'nunjucks-date-filter'
77
import { ZodError } from 'zod'
88
import { FrontMatterAttributes, frontmatterSchema, listToArray, setOutputs } from './helpers'

0 commit comments

Comments
 (0)