Skip to content

Conversation

@lucrousseau21
Copy link
Contributor

The fetch-depth: 0 option was added to the checkout step to ensure that the entire git history is fetched, not just the latest commit. This is important for linters that may need access to the full commit history.

The GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} environment variable was added to the linter step to authenticate the workflow with GitHub. This allows linter to post status checks and comments on pull requests, and ensures the workflow has the necessary permissions to run in the repository context.

@lacatoire lacatoire added the enhancement New feature or request label Sep 23, 2025
@lacatoire lacatoire merged commit 9d976b0 into efficience-it:v1.5 Sep 23, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants