Skip to content

Commit

Permalink
tooling: Enabling lint on pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Sep 21, 2020
1 parent aeabf54 commit 939cea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"husky": {
"hooks": {
"//pre-push": "npm run lint"
"pre-push": "npm run lint"
}
},
"scripts": {
Expand Down

1 comment on commit 939cea0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 939cea0 Previous: d15e7be Ratio
Block 9422905 1844 ops/sec (±3.89%) 1742 ops/sec (±4.44%) 0.94
Block 9422906 1874 ops/sec (±4.23%) 1781 ops/sec (±6.65%) 0.95
Block 9422907 2002 ops/sec (±1.55%) 1664 ops/sec (±9.40%) 0.83
Block 9422908 1973 ops/sec (±1.14%) 1744 ops/sec (±1.58%) 0.88
Block 9422909 1955 ops/sec (±1.31%) 1727 ops/sec (±1.33%) 0.88
Block 9422910 1552 ops/sec (±11.89%) 1705 ops/sec (±1.55%) 1.10
Block 9422911 1811 ops/sec (±1.23%) 1737 ops/sec (±1.18%) 0.96
Block 9422912 1814 ops/sec (±1.64%) 1462 ops/sec (±12.55%) 0.81
Block 9422913 1775 ops/sec (±1.41%) 1341 ops/sec (±13.08%) 0.76
Block 9422914 1767 ops/sec (±1.75%) 1663 ops/sec (±1.63%) 0.94

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.