diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 451478a9..6aa4df33 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -4,15 +4,14 @@ on: merge_group: jobs: - # lint:ci не настроен для playground - # lint: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v4 - # - name: Run ESLint check - # uses: ./.github/actions/lint - # with: - # package-name: document-playground + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run ESLint check + uses: ./.github/actions/lint + with: + package-name: document-playground build: runs-on: ubuntu-latest