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

ci: update Github Action workflows #73

Merged
merged 2 commits into from
Aug 5, 2023
Merged

ci: update Github Action workflows #73

merged 2 commits into from
Aug 5, 2023

Commits on Aug 5, 2023

  1. ci: update Github Action workflows

    New structure separates workflows into
    separate workflows: ci, PR linting, black formatting and creating
    release. The latter is only triggered
    after a PR has been merged. All others are triggered when
    a PR on main/develop is opened, edited or synchronized.
    nicrie committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    25211eb View commit details
    Browse the repository at this point in the history
  2. ci(black): specify version and target directory

    Black linted all files in repo including examples. Main folder xeofs
    is sufficient though.
    nicrie committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    7919090 View commit details
    Browse the repository at this point in the history