Skip to content

Commit

Permalink
Tiny TS tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco committed Dec 21, 2022
1 parent 219d2ea commit a3271ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as core from '@actions/core'
import { Toolkit } from 'actions-toolkit'
import fm from 'front-matter'
import nunjucks from 'nunjucks'
// @ts-ignore
// @ts-expect-error
import dateFilter from 'nunjucks-date-filter'
import { ZodError } from 'zod'
import { FrontMatterAttributes, frontmatterSchema, listToArray, setOutputs } from './helpers'
Expand Down

0 comments on commit a3271ce

Please sign in to comment.