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

Move to GitHub actions #436

Merged
merged 47 commits into from
Mar 24, 2022
Merged

Move to GitHub actions #436

merged 47 commits into from
Mar 24, 2022

Conversation

kasparsd
Copy link
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
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
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
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