-
Updated
Jul 7, 2020 - JavaScript
github-actions
GitHub Actions gives you the flexibility to build an automated software development lifecycle workflow. You can write individual tasks, called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can set up in your repository to build, test, package, release, or deploy any code project on GitHub.
“With GitHub Actions you can build end-to-end continuous integration (CI) and continuous deployment (CD) capabilities directly in your repository. GitHub Actions powers GitHub's built-in continuous integration service. For more information, see "About continuous integration."
Featured Actions
Getting Started
Community & Support
Taking Action With GitHub Actions
Here are 592 public repositories matching this topic...
It took a few attempts to find a solution to get a version # to tag the releases with. In my case I have a VERSION file containing the version number, such as 0.1.0. This solution should be applicable even if the desired version is stored elsewhere so long as it can be accessed from a bash shell.
The first step gets the version via a run command and sets the output. See the [documentation for
-
Updated
Jul 2, 2020 - JavaScript
Hi! I can't find any clear documentation about the asset_content_type field -- what the options are, what this does etc.
If there is some documentation in another place, maybe it'd be worth linking to it in the readme?
Sorry if there's been an existing issue for this -- I couldn't find any.
Summary
Documentation for handling nested projects is out of date/incorrect.
The README example for the working-directory option shows that the folder structure below should work with a configuration that sets working-directory: e2e. This is not the case.
File structure:
repo/
app/
e2e/
cypress
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
no html <img> tags
Our Markdown in src/pages/docs should not contain tags without any .
In order to increase accessibility those tags should all be changed to Markdown images with alt tags:
[](https://assets.postman.com/postman-docs/.png)
ubuntu-latest parity
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Oct 1, 2019 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
May 17, 2020 - JavaScript
Add Clippy support
-
Updated
Jul 7, 2020 - JavaScript
I have one feature request :)
Right now, when workflow adds a new issue into the column, it's on the top. But for my perspective columns are ordered often by priority and this logic brakes it all.
It is possible to change it and add a cart to the bottom?
On REST API it's really easy https://developer.github.com/v3/projects/cards/#parameters-3 position: bottom not sure about GraphQL.
D
-
Updated
Mar 10, 2020 - JavaScript
Created by GitHub
Released October 16, 2018
- Organization
- actions
- Website
- github.com/features/actions
@Snugug shared a cool Github Actions pattern he's using to run multiple jobs in parallel but only after the project has been built. Basically it's a combo of the
needsjob property combined with uploading/downloading artifacts.it gives two benefits: