Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
baduker committed Sep 29, 2024
1 parent 75c3b7d commit 4f18b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
pull_request:
branches:
- "**"
- "*"

jobs:
changes:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Remove untracked files
run: git clean -df
- name: Run code style check
uses: /.github/actions/check_style
uses: .github/actions/check_style

0 comments on commit 4f18b8d

Please sign in to comment.