github.com/manicqin/nomad@v0.9.5/.circleci/config/jobs/lint-go.yml (about)

     1  executor: go
     2  steps:
     3    - checkout
     4    - run: apt-get update; apt-get install -y shellcheck sudo unzip
     5    - install-protoc
     6    - install-circleci-local-cli
     7    - run: make deps lint-deps
     8    - run: make check
     9    - run: make checkscripts
    10    - run:
    11        name: check .circleci/config.yml is up-to-date
    12        command: make -C .circleci CIRCLECI="circleci-local-cli --skip-update-check" ci-verify