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

Run the linting action on pull requests #805

Merged
merged 4 commits into from
May 25, 2024

Conversation

Regalijan
Copy link
Member

Lint check currently does not run on pull requests (until merged), it would be easier than having to remember to check manually each time.

auto should not be affected as it only publishes with a release label

@Neztore
Copy link
Member

Neztore commented May 23, 2024

Would it be more appropriate to create a new action which runs lint on PRs only?

@Regalijan
Copy link
Member Author

We could, it doesn't matter terribly since nothing would ever be published on a pr.

The other thing we could do is just exclude the publishing action from pull requests using an if conditional, thereby only having lint run (which I would prefer here as to avoid having duplicate actions)

@Neztore Neztore merged commit 5546771 into noblox:master May 25, 2024
2 checks passed
@Regalijan Regalijan deleted the lint-action-on-pr branch June 3, 2024 18:44
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