mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Fix code formatting issues
This commit is contained in:
parent
84e60bad69
commit
9d0f09a6b6
3 changed files with 226 additions and 210 deletions
400
dist/index.js
generated
vendored
400
dist/index.js
generated
vendored
File diff suppressed because it is too large
Load diff
3
package-lock.json
generated
3
package-lock.json
generated
|
|
@ -43,6 +43,9 @@
|
|||
"prettier": "^3.3.2",
|
||||
"ts-jest": "^29.1.5",
|
||||
"typescript": "^5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
},
|
||||
"node_modules/@aashutoshrathi/word-wrap": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import * as core from '@actions/core'
|
||||
import * as github from '@actions/github'
|
||||
import * as fs from 'fs'
|
||||
import {GitHub} from '@actions/github/lib/utils'
|
||||
|
||||
import {ArtifactProvider} from './input-providers/artifact-provider'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue