From 39f7dd0997711cec8c971574fee7aad7306604f2 Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Mon, 7 Aug 2023 20:14:30 -0500 Subject: [PATCH] edited workflow file --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04a7bfb..3fec218 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,9 +6,8 @@ jobs: lint: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Run isort - uses: actions/checkout@v3 uses: isort/isort-action@v1 - name: Run black - uses: actions/checkout@v3 uses: psf/black@stable \ No newline at end of file