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

Add GitHub workflows #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Dillon-Brown
Copy link
Owner

@Dillon-Brown Dillon-Brown commented Jun 14, 2021

Description

  • Added composer validation workflow (composer.json, composer.lock, codecov.yml).
  • Added code validation workflow (PHPLint).
  • Added Security check workflow (DevSkim, Symfony).
  • Renamed .codecov.yml to codecov.yml (Appears to be the standard).
  • Removed the Travis composer self-update (Stable is a default).
  • Removed the Travis PHPLinter (Now redundant).
  • Removed the Travis composer validate job (Now redundant).

How To Test This

  1. See PR checks.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Final checklist

  • My code follows the code style of this project found here.
  • My change requires a change to the documentation.
  • I have read the How to Contribute guidelines.

- Composer validation.
- Code validation.
- Security checks.

Signed-off-by: Dillon-Brown <[email protected]>
@samus-aran
Copy link

Hey @Dillon-Brown Hows best to assess this? On my own branch?

@Dillon-Brown
Copy link
Owner Author

@samus-aran You can see the changes directly here under the "checks" tab. Otherwise if you want to test it on your own repo you should be able to pull across from this branch, you'd just need to enable GitHub actions in project settings.

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