Update lint.yml
This commit is contained in:
parent
891d6ddb7c
commit
aa0d71b684
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@ -7,22 +7,17 @@ name: Lint
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Lint
|
name: Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the codebase.
|
- name: Check out the codebase.
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Python 3.7.
|
- name: Set up Python 3.7.
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install test dependencies.
|
- name: Install test dependencies.
|
||||||
run: pip3 install yamllint
|
run: pip3 install yamllint
|
||||||
|
|
||||||
- name: Run yamllint.
|
- name: Run yamllint.
|
||||||
run: yamllint .
|
run: yamllint .
|
||||||
|
Loading…
Reference in New Issue
Block a user