File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Check for changes
3737 run : if [[ -n $(git status -s) ]]; then exit 1; fi
3838
39- lintcommit :
40- name : Lint commits
41- runs-on : ubuntu-latest
42- env :
43- LINTCOMMIT_STRICT : true
44- steps :
45- - name : Install Neovim
46- uses : rhysd/action-setup-vim@v1
47- with :
48- neovim : true
49- version : v0.11.3
50- - uses : actions/checkout@v4
51- with :
52- fetch-depth : 0
53- ref : ${{ github.event.pull_request.head.sha || github.ref }}
54- - name : Lint new commits
55- run : make --silent lintcommit-ci
56-
57- lint-filename-length :
58- name : Lint filename lengths
59- runs-on : ubuntu-latest
60- steps :
61- - uses : actions/checkout@v4
62- with :
63- fetch-depth : 0
64- ref : ${{ github.event.pull_request.head.sha || github.ref }}
65- - name : Lint filename legnths
66- run : make --silent lint-filename-length-ci
67-
6839 case-sensitivity :
6940 name : File case sensitivity
7041 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments