From dd7d8861cd0a8cbaa3b2d8e26ef5fc303b67dc12 Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Mon, 7 Aug 2023 20:07:29 -0500 Subject: [PATCH] edited github workflow file --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7722037..04a7bfb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Run isort - - uses: actions/checkout@v3 - - uses: isort/isort-action@v1 + 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 + uses: actions/checkout@v3 + uses: psf/black@stable \ No newline at end of file