Skip to content

Commit

Permalink
Update proselint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Oct 31, 2024
1 parent 4a53387 commit b8e7660
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/proselint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8e7660

Please sign in to comment.