Skip to content

Move to GitHub actions#436

Merged
kasparsd merged 47 commits intomasterfrom
add/travis-to-github-actions
Mar 24, 2022
Merged

Move to GitHub actions#436
kasparsd merged 47 commits intomasterfrom
add/travis-to-github-actions

Conversation

@kasparsd
Copy link
Copy Markdown
Collaborator

@kasparsd kasparsd commented Mar 24, 2022

Fixes #405, #369, #353.

  • Remove wp-dev-lib dependency in favour of wp-env.
  • Introduce local phpunit setup which runs inside wp-env.
  • Use the markdown README for contributors and keep readme.txt for WP.org.
  • Lock to Node 16 for all tooling.

{
"extends": [ "plugin:@wordpress/eslint-plugin/es5" ],
"rules": {
"comma-dangle": "off"
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

We keep this for IE compat as that's what we currently have.

run: npm run lint:css

- name: Lint PHP
run: npm run lint:php || true # Ignore for now.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

There are a bunch of WordPress linter errors that need to be fixed.

@kasparsd kasparsd merged commit 991ef3c into master Mar 24, 2022
@kasparsd kasparsd deleted the add/travis-to-github-actions branch March 24, 2022 15:30
@jeffpaul jeffpaul added this to the 0.8.0 milestone Mar 24, 2022
@jeffpaul
Copy link
Copy Markdown
Member

jeffpaul commented Sep 9, 2022

@kasparsd as noted in #370 (comment), should this also fix #364?

@kasparsd kasparsd mentioned this pull request Sep 11, 2022
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.

Introduce GitHub Actions for CI checks to replace Travis

2 participants