Save the newly created badge. It will be blank by default.
Then, copy the `.gitlab-ci.yml` of this repository into yours.
2. Check if CI/CD feature is enabled in general settings (it is by default).
The bash file scorer will run everytime you push something to your repository.
\ No newline at end of file
3. Then, copy the `.gitlab-ci.yml` file of this repository into yours. Be careful, the filename has to be identical, including the starting `.`.
4. The bash file scorer will run everytime you push something to your repository. You can run it manually by going to CI/CD > Pipelines and click on "Run pipeline".