From aa0d71b684f75ae7c1968b6896c786fa1113c0d8 Mon Sep 17 00:00:00 2001 From: Elliot Matson <1711604+elliotmatson@users.noreply.github.com> Date: Mon, 30 May 2022 18:53:29 -0500 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8061e0b..dff4ea2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 .