DEV Community

kuu
kuu

Posted on

How to local validation Circle CI Config file

Step1 Install Circle CI CLI Tool.

Circle CI has CLI Tool, and that installable at HomeBrew.
Execute this command and install Circle CI CLI Tool.

brew install circleci

Step2 Execute Validation Command.

validation local config file in a Circle CI CLI Tool.

circleci config validate

Successfull output

Config file at .circleci/config.yml is valid.

Top comments (0)