Skip to content

Commit e5e82db

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent 4229abe commit e5e82db

10 files changed

Lines changed: 5 additions & 60 deletions

File tree

.bot_directives/README.scm

Lines changed: 0 additions & 9 deletions
This file was deleted.

.bot_directives/echidnabot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.bot_directives/finishbot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.bot_directives/glambot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.bot_directives/rhodibot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.bot_directives/robot-repo-automaton.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.bot_directives/seambot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.bot_directives/sustainabot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/npm-bun-blocker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
32
name: NPM/Bun Blocker
43
on: [push, pull_request]
54

@@ -9,8 +8,10 @@ permissions:
98
jobs:
109
check:
1110
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
1213
steps:
13-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1415
- name: Block npm/bun
1516
run: |
1617
if [ -f "package-lock.json" ] || [ -f "bun.lockb" ] || [ -f ".npmrc" ]; then

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
set shell := ["bash", "-uc"]
33
set dotenv-load := true
44

5+
import? "contractile.just"
6+
57
project := "wharf"
68

79
# Show all recipes

0 commit comments

Comments
 (0)