-
Notifications
You must be signed in to change notification settings - Fork 0
ci: switch to GitHub Actions #228
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
Conversation
needs: | ||
- lint | ||
steps: | ||
- uses: actions/[email protected] |
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.
Should this step have a name, like the checkout step above?
Same question for one of the other steps below that doesn't have a name.
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.
It's not required, it will then say "Run actions/[email protected]".
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.
Ok, I leave it up to you then.
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 removed names where it is obvious (when reusing an action).
Add GitHub Actions workflow for CI.
The importer produced the following workflow:
docs.yml
I decided to split this up into two jobs:
lint
andbuild
and use a workflow that I have used for a personal project withuv
.