Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsu4755 committed Aug 2, 2023
1 parent e4fb6a5 commit 0df0f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_ci_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v3
- uses: actions/checkout@v3
with:
token: ${{ secrets.CI_TOKEN }}
submodules: true
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v3
- uses: actions/checkout@v3
with:
token: ${{ secrets.CI_TOKEN }}
submodules: true
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v3
- uses: actions/checkout@v3
with:
token: ${{ secrets.CI_TOKEN }}
submodules: true
Expand Down

0 comments on commit 0df0f79

Please sign in to comment.