Skip to content

Commit

Permalink
linting and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukerollans committed Jul 8, 2024
1 parent 6777d14 commit 6c29081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from "assert"
import fs from "fs"
import assert from "node:assert"
import { spawn } from "node:child_process"
import fs from "node:fs"
import { emojify } from "node-emoji"

import * as core from "@actions/core"
Expand Down

0 comments on commit 6c29081

Please sign in to comment.