Skip to content

Commit

Permalink
npm run lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Jun 5, 2023
1 parent 65d195b commit 0b719ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ jobs:
do
echo "$f"
done
```
```
1 change: 0 additions & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ describe("Required Labels", () => {
expect(core.setOutput).toBeCalledWith("status", "success");
expect(core.setOutput).toBeCalledWith("labels", "enhancement,bug");
});

});

describe("failure", () => {
Expand Down

0 comments on commit 0b719ab

Please sign in to comment.