Skip to content

Commit 95df6ff

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent c785d33 commit 95df6ff

11 files changed

Lines changed: 9 additions & 79 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 & 24 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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
name: NPM/Bun Blocker
3+
on: [push, pull_request]
4+
25
permissions:
36
contents: read
47

5-
name: NPM/Bun Blocker
6-
on: [push, pull_request]
78
jobs:
89
check:
910
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
1013
steps:
11-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1215
- name: Block npm/bun
1316
run: |
1417
if [ -f "package-lock.json" ] || [ -f "bun.lockb" ] || [ -f ".npmrc" ]; then

.github/workflows/ts-blocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
NEW_TS=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.(ts|tsx)$' | grep -v '\.gen\.' || true)
1818
NEW_JS=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.(js|jsx)$' | grep -v '\.res\.js$' | grep -v '\.gen\.' | grep -v 'node_modules' || true)
19-
19+
2020
if [ -n "$NEW_TS" ] || [ -n "$NEW_JS" ]; then
2121
echo "❌ New TS/JS files detected. Use ReScript instead."
2222
[ -n "$NEW_TS" ] && echo "$NEW_TS"

0 commit comments

Comments
 (0)