Skip to content

Commit

Permalink
ci: 🎡 update lint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Jan 25, 2024
1 parent d58f4c6 commit 32920b1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- name: Set up Python
uses: actions/setup-python@v3
Expand Down Expand Up @@ -51,8 +52,6 @@ jobs:
args: check --fix

- name: Commit formatting changes
uses: EndBug/add-and-commit@v4
uses: EndBug/add-and-commit@v9
with:
message: "style: autoformatting"
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 32920b1

Please sign in to comment.