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

GitHub Action: Test and Lint #20

Merged
merged 1 commit into from Mar 15, 2020
Merged

Conversation

brisberg
Copy link
Contributor

@brisberg brisberg commented Mar 2, 2020

Added workflow yaml for GitHub Action for testing and linting on push.

Not sure if you have used GitHub Actions for CI before, but they added free runners for them last year and have been building a repository of actions for normal CI tasks.

Once this is merged, it will run yarn test and yarn run lint on the latest commit for each Pull Request. It will post the results in the PR near the bottom. This will help to enforce contributors keeping the tests and lint passing.

These CI jobs are free for public repos, read more here: https://github.com/features/actions

@brisberg
Copy link
Contributor Author

brisberg commented Mar 2, 2020

Not sure if you can view Action logs on my fork, but here is the run for this branch:

https://github.com/brisberg/screeps-server-mockup/runs/478686914

@pyrodogg pyrodogg merged commit 07e3ac5 into screepers:master Mar 15, 2020
@brisberg brisberg deleted the main-actions branch March 15, 2020 20:23
@brisberg
Copy link
Contributor Author

Does that mean you are on board with using Github Actions?

@pyrodogg
Copy link
Member

pyrodogg commented Mar 16, 2020 via email

@brisberg
Copy link
Contributor Author

Cool, yeah it is very similar to Gitlab CI

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.

None yet

2 participants