Skip to content

Commit

Permalink
Show ruff diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Jan 9, 2025
1 parent 899968d commit 727cf37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ jobs:
uses: astral-sh/ruff-action@v3
with:
src: './tb_pulumi'
version-file: "pyproject.toml"

- name: Run Ruff linter
uses: astral-sh/ruff-action@v3
with:
src: './tb_pulumi'
args: 'format --check'
version-file: "pyproject.toml"
args: 'format --check --diff'

# Attempt to build the documentation. Fail if there are errors or warnings.
build_docs:
Expand Down

0 comments on commit 727cf37

Please sign in to comment.