osl-incubator / scicookie

Cookiecutter template for a Python package.
https://osl-incubator.github.io/scicookie
Other
11 stars 18 forks source link

ci: ensure linter runs irrespective of previous step's outcome #247

Closed Naman-Priyadarshi closed 3 months ago

Naman-Priyadarshi commented 3 months ago

Pull Request description

Modified the workflow configuration to ensure that the linter runs regardless of the outcome of the previous step. Previously, the linter was only running if the previous step succeeded, but this change allows it to execute even if the previous step failed.

Fixes #58

How to test these changes

Pull Request checklists

This PR is a:

About this PR:

Author's checklist:

Additional information

Reviewer's checklist

Copy and paste this template for your review's note:

## Reviewer's Checklist

- [ ] I managed to reproduce the problem locally from the `main` branch
- [ ] I managed to test the new changes locally
- [ ] I confirm that the issues mentioned were fixed/resolved
github-actions[bot] commented 2 months ago

:tada: This PR is included in version 0.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: