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 a870692 commit 2809f87
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 2809f87

@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: 2809f87 Previous: d15e7be Ratio
Block 9422905 1958 ops/sec (±2.28%) 1742 ops/sec (±4.44%) 0.89
Block 9422906 1918 ops/sec (±5.94%) 1781 ops/sec (±6.65%) 0.93
Block 9422907 2018 ops/sec (±1.53%) 1664 ops/sec (±9.40%) 0.82
Block 9422908 2009 ops/sec (±1.64%) 1744 ops/sec (±1.58%) 0.87
Block 9422909 2006 ops/sec (±1.64%) 1727 ops/sec (±1.33%) 0.86
Block 9422910 1861 ops/sec (±9.06%) 1705 ops/sec (±1.55%) 0.92
Block 9422911 1559 ops/sec (±15.91%) 1737 ops/sec (±1.18%) 1.11
Block 9422912 1909 ops/sec (±1.67%) 1462 ops/sec (±12.55%) 0.77
Block 9422913 1899 ops/sec (±1.74%) 1341 ops/sec (±13.08%) 0.71
Block 9422914 1815 ops/sec (±2.20%) 1663 ops/sec (±1.63%) 0.92

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

Please sign in to comment.