Skip to content

Commit e97f1e7

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent 8e11c8b commit e97f1e7

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: MPL-2.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
name: NPM/Bun Blocker
33
on: [push, pull_request]
44

.github/workflows/ts-blocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: MPL-2.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
name: TypeScript/JavaScript Blocker
33
on: [push, pull_request]
44

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
set shell := ["bash", "-uc"]
1010

1111
# Default recipe (runs when you type 'just')
12+
import? "contractile.just"
13+
1214
default:
1315
@just --list
1416

0 commit comments

Comments
 (0)