Mercurial > ec-dotfiles
comparison vendor/vim-packs/srcery-vim/.github/workflows/lint.yaml @ 745:a02f25ddadfe default tip
[vendor] update
author | nanaya <me@nanaya.net> |
---|---|
date | Fri, 29 Aug 2025 21:11:41 +0900 |
parents | 78469331407e |
children |
comparison
equal
deleted
inserted
replaced
744:8d3ad5ae1ce4 | 745:a02f25ddadfe |
---|---|
1 --- | 1 --- |
2 name: Check Them Vim Files | 2 name: Check Them Vim Files |
3 | 3 |
4 on: | 4 on: # yamllint disable-line |
5 push: | 5 push: |
6 pull_request: | 6 pull_request: |
7 branches: [$default-branch] | 7 branches: [$default-branch] |
8 | 8 |
9 jobs: | 9 jobs: |
10 lint: | 10 lint: |
11 runs-on: ubuntu-latest | 11 runs-on: ubuntu-latest |
12 name: Linting | 12 name: Linting |
13 steps: | 13 steps: |
14 - uses: actions/checkout@v4 | 14 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
15 - uses: actions/setup-python@v5 | 15 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 |
16 with: | 16 with: |
17 python-version: "3.x" | 17 python-version: "3.x" |
18 - name: Install Vint | 18 - name: Install Vint |
19 run: | | 19 run: | |
20 python -m pip install --upgrade pip setuptools wheel | 20 python -m pip install --upgrade pip setuptools wheel |