No description
  • Makefile 40.7%
  • JavaScript 31%
  • TypeScript 23.9%
  • Dockerfile 4.4%
Find a file
Ryan Grippeling cfae074365
All checks were successful
[Workflow] On Documentation Change / techdocs (push) Successful in 16s
[Workflow] On Documentation Change / Generate (push) Successful in 0s
[Workflow] On Documentation Change / Build (Zensical) + sync to Garage web (push) Successful in 22s
[Workflow] On Documentation Change / Deploy (docs site / Garage web) (push) Successful in 0s
feat(docs): publish to own docs-action-typescript-template bucket (estate #2)
Repo-scoped Garage key via repo-level TECHDOCS_S3_* (shadows org). The
shared docs-site prefix stops receiving updates; the docs domain routes
/action-typescript-template to the new bucket in homelab's phase C cutover.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-12 17:52:40 +02:00
.forgejo/workflows feat(docs): publish to own docs-action-typescript-template bucket (estate #2) 2026-08-12 17:52:40 +02:00
.github ci: adopt Forgejo Actions CI (.github -> .forgejo) 2026-07-18 14:33:15 +02:00
dist chore(release): 1.0.1 [skip ci] 2025-08-22 21:51:02 +00:00
docs feat(docs): publish to docs.webgrip.dev/action-typescript-template/ — estate rollout (ADR-0052) 2026-08-11 11:00:51 +02:00
ops/action fix: put downstream changes in here 2025-08-22 23:49:22 +02:00
src fix: random stuff 2025-08-22 23:01:03 +02:00
tests fix: put downstream changes in here 2025-08-22 23:49:22 +02:00
.dockerignore fix: random stuff 2025-08-22 23:01:03 +02:00
.editorconfig Initial commit 2025-08-22 16:17:40 +02:00
.gitignore Initial commit 2025-08-22 16:17:40 +02:00
.releaserc.cjs ci: adopt @webgrip/semantic-release-config 2026-07-25 20:18:31 +02:00
action.yml Initial commit 2025-08-22 16:17:40 +02:00
AGENTS.md fix: readme etc 2025-08-22 18:16:19 +02:00
CHANGELOG.md chore(release): v1.0.4 [skip ci] 2026-07-26 09:06:16 +00:00
docker-compose.yml fix: random stuff 2025-08-22 23:01:03 +02:00
eslint.config.mjs fix: don't lint docs 2025-08-22 19:20:26 +02:00
jest.config.js fix: added trailing comma 2025-08-22 19:40:25 +02:00
LICENSE Initial commit 2025-08-22 16:17:40 +02:00
Makefile fix: put downstream changes in here 2025-08-22 23:49:22 +02:00
package-lock.json chore(release): v1.0.4 [skip ci] 2026-07-26 09:06:16 +00:00
package.json chore(release): v1.0.4 [skip ci] 2026-07-26 09:06:16 +00:00
README.md fix: Added some extra badges 2025-08-23 00:43:22 +02:00
renovate.json Add renovate.json 2026-02-09 04:01:20 +00:00
tsconfig.json fix: exclude docs more 2025-08-22 19:27:07 +02:00
tsconfig.test.json Initial commit 2025-08-22 16:17:40 +02:00

action-action

Build Status Release License


Code Coverage

Statements Branches Functions Lines

Dependency Status Sponsor


Description

...

Getting Started

Running the project

git clone https://github.com/organisation/action-action.git

cd action-action

npm install
npm start

Running tests

npm test