Skip to content

Commit a7be8d3

Browse files
committed
ci: adjust github work flow tasks
1 parent 1b9f772 commit a7be8d3

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -36,35 +36,6 @@ jobs:
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

0 commit comments

Comments
 (0)