From b8e7660d2f4b83596740308ec54596e9a40dd00c Mon Sep 17 00:00:00 2001 From: Max Base Date: Thu, 31 Oct 2024 15:37:11 +0330 Subject: [PATCH] Update proselint.yml --- .github/workflows/proselint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/proselint.yml b/.github/workflows/proselint.yml index dda691b..2db57b9 100644 --- a/.github/workflows/proselint.yml +++ b/.github/workflows/proselint.yml @@ -15,15 +15,13 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Python uses: actions/setup-python@v2 with: python-version: '3.8' - - name: Install Proselint run: | pip install proselint - name: Run Proselint run: | - proselint **/*.md # Adjust the file pattern if needed + proselint **/*.md