Asbjørn Ulsberg
Asbjørn Ulsberg
Could this include the `--external-sources` argument? It would be great to have a [`with` property](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepswith) in which all possible arguments supported by `shellcheck` could be configured: ```yaml - name: Shellcheck...
I see. Since shellcheck has its own include/exclude arguments, I assumed that was it. I'll subscribe to #4 and follow up there, then. Thanks!
Could you please provide an example of how that item type looks like?
That would also be more in line with [RFC 7807](https://tools.ietf.org/html/rfc7807)'s `application/problem+json`.
I'm also wondering about this.
> You would like the (master) pre-release changelog to contain everything up until the previous (regular) semver release. I would prefer this behaviour as well.
We have been using `jekyll/jekyll:4.0.0` for a few weeks without any such issues, until yesterday (April 23rd 2020) when it suddenly looks like the base image has radically changed and...
As I usually create releases manually, I don't really need `create-release`, but since `actions/upload-release-asset@v1` is configured with `upload_url: ${{ steps.create_release.outputs.upload_url }}`, I'm unable to upload release assets without `create-release` executing...
The suggestion to use `on: release: types: published` won't work for builds that are currently based on `on: tags`, where the artifacts to upload are being produced by a long...
@zy2324, it doesn't affect which methods are available on the `gin.Engine` whether it's instantiated by `gin.New()` or `gin.Default()`.