Skip to content

ci: add linter for github actions#266

Merged
vishnoianil merged 1 commit intoinstructlab:mainfrom
nathan-weinberg:gha-action
Oct 15, 2024
Merged

ci: add linter for github actions#266
vishnoianil merged 1 commit intoinstructlab:mainfrom
nathan-weinberg:gha-action

Conversation

@nathan-weinberg
Copy link
Member

this is an action we use in other instructlab repos to lint github actions within repos to ensure new or changed actions will run without issue

this is an action we use in other instructlab repos
to lint github actions within repos to ensure new
or changed actions will run without issue

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
@nathan-weinberg nathan-weinberg requested review from a team, Gregory-Pereira, chungtan, juancappi, n1hility, nerdalert and renrenstart and removed request for a team October 14, 2024 15:46
Copy link
Member

@vishnoianil vishnoianil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @nathan-weinberg. PR looks good to me.

Given that we are running the workflows on pull_request event, do we really need to run it on push as well? assuming merge requires all the jobs to pass.

@nathan-weinberg
Copy link
Member Author

Thanks for the PR @nathan-weinberg. PR looks good to me.

Given that we are running the workflows on pull_request event, do we really need to run it on push as well? assuming merge requires all the jobs to pass.

Thank you @vishnoianil!

A good point - we do this in the other repos and in terms of CI costs it doesn't add any extra, so I'd prefer to keep it in if that's alright

@vishnoianil
Copy link
Member

Thanks for the PR @nathan-weinberg. PR looks good to me.
Given that we are running the workflows on pull_request event, do we really need to run it on push as well? assuming merge requires all the jobs to pass.

Thank you @vishnoianil!

A good point - we do this in the other repos and in terms of CI costs it doesn't add any extra, so I'd prefer to keep it in if that's alright

Sounds good.

@vishnoianil vishnoianil merged commit 15638b6 into instructlab:main Oct 15, 2024
@nathan-weinberg nathan-weinberg deleted the gha-action branch October 21, 2024 21:48
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.

2 participants