Skip to content

Commit

Permalink
Update Actions with Lychee and GitHub Token (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
pderrenger and glenn-jocher authored Jan 7, 2024
1 parent 72a7d24 commit 10f0c5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Ultralytics Actions
on:
push:
branches: [main,master]
pull_request:
pull_request_target:
branches: [main,master]

jobs:
Expand All @@ -17,7 +17,9 @@ jobs:
- name: Run Ultralytics Formatting
uses: ultralytics/actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }} # automatically generated
python: true
docstrings: true
markdown: true
spelling: true
links: true

0 comments on commit 10f0c5c

Please sign in to comment.