Update lint.yml

This commit is contained in:
Elliot Matson 2022-05-30 18:53:29 -05:00 committed by GitHub
parent 891d6ddb7c
commit aa0d71b684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,22 +7,17 @@ name: Lint
- master
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
- name: Set up Python 3.7.
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install test dependencies.
run: pip3 install yamllint
- name: Run yamllint.
run: yamllint .