diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a675f58..d0156bf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,6 +9,9 @@ jobs: Linting-formatting: runs-on: ubuntu-latest steps: + - name: Copying the code + uses: actions/checkout@v4 + - name: Fixing the formatting run: npm run format:fix