run formatter and update check

This commit is contained in:
Connor Vidlock 2023-03-20 09:49:52 -05:00
parent f354bfa69d
commit ec9abbc41f
No known key found for this signature in database
GPG key ID: BADEF4A267C14600
4 changed files with 7 additions and 6784 deletions

View file

@ -27,4 +27,3 @@ jobs:
with:
name: test-results
path: __tests__/__results__/*.xml
show-html-notice: true

View file

@ -18,3 +18,4 @@ jobs:
name: Workflow Report
path: '*.xml'
reporter: jest-junit
show-html-notice: true

6786
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -203,7 +203,6 @@ class TestReporter {
console.log(`::notice title=Test Results::${resp.data.html_url}`)
}
return results
}