diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e4442e97..b4f19fce 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: node-version: '18' - name: Change to directory - run: cd srcs/nest/src + run: cd srcs/nest/ - name: Install dependencies run: npm install