Ryan
                                            Ryan
                                        
                                    ref: https://github.com/github/roadmap/issues/98 GitHub is going to support reusable workflows (similar to Azure DevOps Pipelines) > How will it work? > To reuse a workflow, ensure it listens to a new...
``` on: push jobs: docker-container: runs-on: ubuntu-latest container: image: alpine options: --it --rm steps: - uses: actions/checkout@v2 ```
Original PR: https://github.com/nektos/act/pull/638 Fixes https://github.com/nektos/act/issues/173 Changes: - add support for `services` - creates network linked between all containers - fixes job context to include container and services contexts To do:...
I'm not the best person to describe things so pardon mess below --- - [ ] revisit code with `nolint` amount of code with disabled linting keeps increasing, it should...
## Act version https://github.com/nektos/act/commit/8153dc92e5c34c51d02777b8274f05c399d3befc ## Expected behaviour event type should be parsed from event file ## Actual behaviour it defaults to push ## Workflow and/or repository n/a ## Steps to...
Is there a reason why `/usr/share/gocode/` is before `$HOME` path? It prevents using `go get` without changing `$GOPATH`. https://github.com/hashbang/shell-server/blob/f037dae1f48a0569770b2a15028466a19b875ffa/ansible/tasks/profile/main.yml#L15
The time is slowly coming to improve images used in act and new other places that appeared recently (Gitea/Forgejo) as the current repo has been mostly abandoned and outdated. The...