flat
flat copied to clipboard
The GitHub Action which powers Flat
From the git man page: https://mirrors.edge.kernel.org/pub/software/scm/git/docs/git-commit.html#_discussion > Though not required, it’s a good idea to begin the commit message with a > single short (less than 50 character) line summarizing...
denoland/setup-deno@v1 was published recently and is used in the README.md of the action: https://github.com/denoland/setup-deno/blob/4a4e59637fa62bd6c086a216c7e4c5b457ea9e79/README.md We should use it, too.
I'm using this action to pull in data from our content repos and commit into the main repo for building. Seems like a great little action for this. I have...
Resolves #74 . I think this is right following examples elsewhere in the code, but I haven't written Deno before, so please give it a good look and suggest any...
My post-processing script is a fairly intensive process and uses around 20-50 of Action minutes per run. It would help me save on compute minutes if Flat first checked to...
In addition to #91 flat dependencies are growing long in the tooth. As of 2024-02-17, there are 32 vulnerabilities (15 moderate, 12 high, 5 critical). Outdated Modules ``` Package Current...
This action now receives the following warning: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: githubocto/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. (As per...
I'm looking for an option to use a HTTPS URL with a self-signed certificate. The solution could either ignore SSL warnings all together, or an option to provide a CA...
The [`v3` ref](https://github.com/githubocto/flat/tree/v3) is pointing to [`v3.3.1`](https://github.com/githubocto/flat/commit/fc34373cc20b987e89d75d96435a9fecd8fb0807) rather than [the latest `v3.4.0` release](https://github.com/githubocto/flat/releases/tag/v3.4.0), so running this workflow against the `v3` ref still yields `node12` deprecation warning: Could someone update the...