Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC-804 test new ci for grep #47

Closed
wants to merge 1 commit into from
Closed

Conversation

libmartinito
Copy link
Contributor

No description provided.

Copy link

linear bot commented Nov 4, 2023

CC-804 Add CI check for no changed files after build

We add .gitignore files to ensure that when a user first runs their code, there aren't any extra changes or files added.

I had to manually add one after realizing that we missed adding .gitignore for one repository: codecrafters-io/build-your-own-bittorrent@c08ac1f.

Let's add a CI check that checks for this. We already have one that does this during compilation: https://github.com/codecrafters-io/course-sdk/blob/7207a820a9cae5f2a418ddd534841d4a2ac1acd6/.github/workflows/test-course-definition.yml#L48-L54, let's add similar checks that run after we run stage 1. I think that'd be somewhere here: https://github.com/codecrafters-io/course-sdk/blob/7207a820a9cae5f2a418ddd534841d4a2ac1acd6/lib/starter_repo_tester.rb#L41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant