Skip to content

Commit ec4dd4e

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent 423918e commit ec4dd4e

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.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

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 := "Voyage-Enterprise-Decision-System"
68

79
# Show all recipes

0 commit comments

Comments
 (0)