Skip to content

Commit 7870860

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent 120e234 commit 7870860

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ts-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: TypeScript/JavaScript Blocker
3+
on: [push, pull_request]
4+
25
permissions:
36
contents: read
47

5-
name: TypeScript/JavaScript 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1215
- name: Block new TypeScript/JavaScript
1316
run: |
1417
NEW_TS=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.(ts|tsx)$' | grep -v '\.gen\.' || true)

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# https://github.com/casey/just
33

44
# Default recipe (list available commands)
5+
import? "contractile.just"
6+
57
default:
68
@just --list
79

0 commit comments

Comments
 (0)