Moves lint logic into lint_clean_files.sh

This commit is contained in:
David Farrell
2020-11-03 10:10:11 -08:00
parent 447448b357
commit da9b710014
3 changed files with 9 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ jobs:
GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt;
curl https://pre-commit.com/install-local.py | python3 -
script:
pre-commit run --files `cat clean_files.txt`;
./lint_clean_files.sh;
- <<: *native_job
name: Ubuntu 16.04