Skip to content

Commit

Permalink
Deepsource: Exclude generated JS from trnasformers (#25)
Browse files Browse the repository at this point in the history
* Deepsource: Exclude generated JS from trnasformers

* Format code with standardjs and prettier

* Bump workflow to 2.0.2

* Format code with standardjs and prettier

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
emibcn and deepsource-autofix[bot] committed Dec 9, 2022
1 parent 6780983 commit db0a5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Use the output from the `coverage` step
- name: Generate the badge SVG image
uses: emibcn/badge-action@v2.0.1
uses: emibcn/badge-action@v2.0.2
id: badge
with:
label: 'Test coverage'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "badge-action",
"version": "2.0.1",
"version": "2.0.2",
"description": "Create a badge using GitHub Actions and GitHub Workflow CPU time (no 3rd parties servers)",
"source": "index.js",
"main": "dist/badge-action.modern.js",
Expand Down

0 comments on commit db0a5df

Please sign in to comment.