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

Migrate CI from Travis to Github Actions #685

Merged
merged 23 commits into from Feb 11, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

run on syncronize

  • Loading branch information
fcjr committed Feb 10, 2021
commit d6ad85003f7894286d4d138646aacc11014bf24c
@@ -2,7 +2,7 @@ name: Lint & Test

on:
pull_request:
types: [opened, edited, reopened, ready_for_review]
types: [opened, edited, synchronize, reopened, ready_for_review]
This conversation was marked as resolved by fcjr

This comment has been minimized.

@wlycdgr

wlycdgr Feb 10, 2021
Member

Does the presence of edited mean that the linter and tests will run every time you edit a PR description / comment?

This comment has been minimized.

@fcjr

fcjr Feb 10, 2021
Author Member

removed

branches:
- master
- develop
ProTip! Use n and p to navigate between commits in a pull request.