We already make checks using git that the correct commit is checked out based on the GITHUB_REF. This is not as useful unless we also check that the current git status is clean, i.e. there are no untracked or modified files in the working directory.
We'll potentially want to support this one day when there are build processes which alter the code by adding built artifacts, but that isn't how actions work today.
We already make checks using git that the correct commit is checked out based on the GITHUB_REF. This is not as useful unless we also check that the current git status is clean, i.e. there are no untracked or modified files in the working directory.
We'll potentially want to support this one day when there are build processes which alter the code by adding built artifacts, but that isn't how actions work today.