Skip to content

Fix Github action workflow lint errors#290

Merged
FanwangM merged 2 commits intotheochem:mainfrom
dhruvDev23:workflow-lint-errors
Feb 23, 2026
Merged

Fix Github action workflow lint errors#290
FanwangM merged 2 commits intotheochem:mainfrom
dhruvDev23:workflow-lint-errors

Conversation

@dhruvDev23
Copy link
Contributor

I ran the actionlint command and it identified some issues in the workflow. This PR resolves those issues and ensures the workflows run reliably across all environments.

Changes

  • Replaced macos-latest with macOS-latest in ci_tox.yaml in matrix exclusion to match the defined matrix values.
  • Upgraded version of peaceiris/actions-gh-pages from v3 to v4 in website_auto.yaml to make it compatible with GitHub Actions.

Result

All workflows pass actionlint.

Comment on lines 32 to 35
- os: macOS-latest
python-version: "3.9"
- os: macos-latest
- os: macOS-latest
python-version: "3.10"
Copy link
Collaborator

@FanwangM FanwangM Feb 23, 2026

Choose a reason for hiding this comment

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

This should be reverted back to macos-latest based on https://docs.github.com/en/actions/reference/runners/github-hosted-runners. @dhruvDev23

@FanwangM FanwangM merged commit 5183815 into theochem:main Feb 23, 2026
17 checks passed
@dhruvDev23 dhruvDev23 deleted the workflow-lint-errors branch February 23, 2026 20:50
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