Skip to content

1

1 #1109

name: Verify Shells
on:
push:
paths:
- 'src/public/parts/shells/**'
- 'src/scripts/p2p/**'
- 'src/server/p2p_server/**'
- '.github/workflows/verify_shells.yaml'
- '.github/workflows/verify_shells.mjs'
- '.github/workflows/fount_ci.yaml'
tags-ignore:
- '*'
branches:
- '*'
workflow_dispatch:
jobs:
verify-shells:
uses: ./.github/workflows/fount_ci.yaml
with:
run-step-name: Load all shells
run-command: deno run --allow-scripts --allow-all -c "./deno.json" ./.github/workflows/verify_shells.mjs
deno-clean-entrypoints: ./.github/workflows/verify_shells.mjs