Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuYamamoto committed Jun 24, 2024
1 parent bd39297 commit 6aa28da
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ name: pre-commit

on:
pull_request:
workflow_dispatch:
types: [opened, edited, reopened, synchronize]

jobs:
pre-commit:
runs-on: ubuntu-latest

steps:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v3

- name: Run pre-commit
uses: pre-commit/[email protected]
uses: autowarefoundation/autoware-github-actions/pre-commit@v1
with:
pre-commit-config: .pre-commit-config.yaml

0 comments on commit 6aa28da

Please sign in to comment.