Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebang091 authored Sep 5, 2023
1 parent be4b2bc commit ee88b2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Change to Backend directory
- name: check current path
run : echo ${pwd}
- name: Change to directory
run: cd srcs/nest/src
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit ee88b2c

Please sign in to comment.