rethab
rethab
we're currently running the tests on `macos-latest` and `ubuntu-latest`. Can we make it work on `windows-latest` as well? Given that both `javac` and `gawk` are installed there by default, this...
actionlint assumes that in reusable workflows, you're either inheriting secrets or declare them. It is possible to mix them though. Consider this: ``` on: workflow_call: secrets: repositoryUrl: required: false jobs:...
Consider the below workflow, which has two problems. I have ran this through the [actionlint playground](https://rhysd.github.io/actionlint/#eJxtUDFywzAM2/0KxEM82Q/QXcYMfUVPtulaiSq6InW5/L6S3DodupEgCYDgYBrgwfG+eH68T9b7AgAubEllrwEKdvQ0/7bATItNXg00JvqDyhTdpo6DQXutR+CI2UktdaVDqz2uIn0lFzM7FuvlxabPjQxGZk82NM2Nx+rnIxLp7iSmIH3RSmMKmnpvlUTrSJS2w35fNg1oWhmdMULac9L8IIL9pIsdJ2OqdneIu2xH7m77h+ENsnLyc4Fe+0v+eA9t+EkLpwu6kk+H8xmn6mgonMMuLkNOsf0GnstzZQ==) but no problems were found. ```yaml on: workflow_call: inputs: enabled: default: true description: "Enable...
- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [x] I am using the latest version of `npm-check-updates` - [x] I am using `node >= 10.17` --------------------------- It would be...
## Bug report The `tlsConfig` in `WithCACerts` relies on ssl being enabled, because it is initialized in `WithSSL`. If it is not, transporter blows up with an incomprehensible exception. ###...
hi, what is the status of this repository? I see the build is failing and several PRs are unmerged w/o any comments. If there's anything specific I could help with...
Hi, I reference my base config like so: ```json "extends": "@myorg/typescript-config" ``` This works with tsc, but this library cannot resolve the config. I looked at the code in https://github.com/dividab/tsconfig-paths/blob/master/src/tsconfig-loader.ts#L101...
Hi, we have several api specs that we would like to bundle into one spec. We're trying to follow the example from the [spec](https://swagger.io/docs/specification/using-ref/). In a file `all.yaml`: ```yaml paths:...