-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
🌱 (ci): Improve GitHub Action to linter samples under testdata #4444
🌱 (ci): Improve GitHub Action to linter samples under testdata #4444
Conversation
c/c @mateusoliveira43 |
4377342
to
8c635bc
Compare
@@ -11,6 +11,13 @@ on: | |||
jobs: | |||
lint-samples: | |||
runs-on: ubuntu-latest | |||
strategy: | |||
matrix: | |||
folder: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are other test projects in docs folder, right?
Should they be added here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not linting the docs samples for the tutorial
We probably should to do that as well
We need an issue for it. See: #4445
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can rebase my PR afterwards :)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, mateusoliveira43 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
8c635bc
to
374478b
Compare
This commit change the action in order to use a matrix to validate all samples under testdata
374478b
to
318a6eb
Compare
New changes are detected. LGTM label has been removed. |
This commit change the action in order to use a matrix to validate all samples under testdata