Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AUTO-GENERATED — do not edit directly.
# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts
# Tool: holocron setup
# Changes: run `holocron setup` to regenerate.
# Tool: holocron sync-github
# Changes: edit source in theholocron/holocron and push to alpha or main.
name: Audit

on: # yamllint disable-line rule:truthy
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AUTO-GENERATED — do not edit directly.
# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts
# Tool: holocron setup
# Changes: run `holocron setup` to regenerate.
# Tool: holocron sync-github
# Changes: edit source in theholocron/holocron and push to alpha or main.
name: Deploy Docs

on: # yamllint disable-line rule:truthy
Expand All @@ -24,7 +24,4 @@ jobs:
deploy-docs:
name: Deploy Docs
uses: theholocron/.github/.github/workflows/deploy-docs.yml@main
with:
name: node-template
use-turbo: false
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AUTO-GENERATED — do not edit directly.
# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts
# Tool: holocron setup
# Changes: run `holocron setup` to regenerate.
# Tool: holocron sync-github
# Changes: edit source in theholocron/holocron and push to alpha or main.
name: Release

on: # yamllint disable-line rule:truthy
Expand Down
Loading