Skip to content

Commit

Permalink
Fixed checks.yml working directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-sloboda authored Nov 28, 2024
1 parent 2525c70 commit f2186ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ord-app
working-directory: ord-app
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ord-app
working-directory: ord-app
steps:
- uses: actions/checkout@v4
- name: clang-format
Expand Down

0 comments on commit f2186ab

Please sign in to comment.