Skip to content

Commit

Permalink
ci: lint source and tests on changed files exclusively
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed Jul 23, 2024
1 parent 98bd5ab commit cd2fbdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
run: poetry install
- name: "[EXEC] Lint"
uses: chartboost/ruff-action@v1
with:
src: "proselint tests"
changed-files: true
# - name: Run Pre-Commit Tests 🧪
# uses: pre-commit/[email protected]

Expand Down

0 comments on commit cd2fbdc

Please sign in to comment.