diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51df4a2..c5c1bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,4 +35,4 @@ jobs: uses: ok-nick/setup-aftman@v0.3.0 - name: StyLua - run: stylua lib example tests --check \ No newline at end of file + run: stylua lib example/src tests --check \ No newline at end of file