File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # https://github.com/loeffel-io/ls-lint
2+ name : Lint
3+
4+ on : [pull_request]
5+
6+ permissions :
7+ contents : read
8+
9+ jobs :
10+ ls-lint :
11+ name : Run ls-lint
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v6
15+ - uses : ls-lint/action@v2.3.1
16+ with :
17+ config : .github/linters/.ls-lint.yml
Original file line number Diff line number Diff line change 11# https://pre-commit.com/
2- name : Lint
2+ name : pre-commit
33
44on : [pull_request]
55
2727 run : pre-commit run --color=always --all-files
2828 - name : Run manual pre-commit hooks
2929 run : pre-commit run --color=always --all-files --hook-stage manual
30- ls-lint :
31- name : Run ls-lint
32- runs-on : ubuntu-latest
33- steps :
34- - uses : actions/checkout@v6
35- - uses : ls-lint/action@v2.3.1
36- with :
37- config : .github/linters/.ls-lint.yml
You can’t perform that action at this time.
0 commit comments