Skip to content

Commit

Permalink
Apparently I fixed a lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentonv committed Jul 4, 2020
1 parent 8c7af1e commit cf5c2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# the constant below.
make lint | tee lint.log
num_problems=$(cat lint.log | grep ' problems (0 errors, ' | awk '{print $2}')
[ "$num_problems" = 798 ]
[ "$num_problems" = 797 ]
- name: test
run: |
set -o pipefail
Expand Down

0 comments on commit cf5c2f3

Please sign in to comment.