We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423918e commit ec4dd4eCopy full SHA for ec4dd4e
2 files changed
.github/workflows/npm-bun-blocker.yml
@@ -1,14 +1,17 @@
1
# SPDX-License-Identifier: PMPL-1.0-or-later
2
+name: NPM/Bun Blocker
3
+on: [push, pull_request]
4
+
5
permissions:
6
contents: read
7
-name: NPM/Bun Blocker
-on: [push, pull_request]
8
jobs:
9
check:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
steps:
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15
- name: Block npm/bun
16
run: |
17
if [ -f "package-lock.json" ] || [ -f "bun.lockb" ] || [ -f ".npmrc" ]; then
Justfile
@@ -2,6 +2,8 @@
set shell := ["bash", "-uc"]
set dotenv-load := true
+import? "contractile.just"
project := "Voyage-Enterprise-Decision-System"
# Show all recipes
0 commit comments