File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: PMPL-1.0-or-later
2+ name : TypeScript/JavaScript Blocker
3+ on : [push, pull_request]
4+
25permissions :
36 contents : read
47
5- name : TypeScript/JavaScript Blocker
6- on : [push, pull_request]
78jobs :
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)
Original file line number Diff line number Diff line change 22# https://github.com/casey/just
33
44# Default recipe (list available commands)
5+ import ? " contractile.just"
6+
57default :
68 @ just --list
79
You can’t perform that action at this time.
0 commit comments