Skip to content

Commit fd2e497

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent 08dbf84 commit fd2e497

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: NPM/Bun Blocker
33
on: [push, pull_request]
44

5-
permissions: read-all
5+
permissions:
6+
contents: read
67

78
jobs:
89
check:

.github/workflows/ts-blocker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: TypeScript/JavaScript Blocker
33
on: [push, pull_request]
44

5-
permissions: read-all
5+
permissions:
6+
contents: read
67

78
jobs:
89
check:

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# List all recipes: just --list
44

55
# Default recipe (runs when you just type 'just')
6+
import? "contractile.just"
7+
68
default: check
79

810
# Display this help message

0 commit comments

Comments
 (0)