Skip to content

Commit

Permalink
chore: fix wrong job name
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Aug 21, 2024
1 parent d6f321a commit 95dffc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-ruff-only-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# ------------------------------------------------------------------------------------------------------------------------------------------------
# Event `pull_request`: Compare the last commit of the main branch or last remote commit of the PR branch -> to the current commit of a PR branch.
# ------------------------------------------------------------------------------------------------------------------------------------------------
format:
name: ruff-format-changed
ruff-changed:
name: ruff-changed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 95dffc7

Please sign in to comment.