-
Notifications
You must be signed in to change notification settings - Fork 125
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 Actions config #619
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work 👍
a4741d1
to
5415b27
Compare
5415b27
to
0ab8d38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slightly adjusted it, but I think this look quite good. thanks! 👍
- name: auto-dist-tag | ||
run: | | ||
yarn global add auto-dist-tag@1 | ||
auto-dist-tag --write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what happened but it looks like this step didn't work: https://github.com/simplabs/qunit-dom/commit/585396cacf0f60a5ae9c9e76d6970b01574056e7/checks?check_suite_id=498999285
This PR takes a first stab at converting the existing
.travis.yml
to github actions. I ended up splitting the previous configuration into two:I'm open to changing any of it.