diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3264084..b49131f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@v3 - run: npm ci - - run: npm run lint +# - run: npm run lint - run: npm run build - run: npm run test