Skip to content

Commit

Permalink
fix(playground): uncommented lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenJaden committed Nov 23, 2023
1 parent 81bf193 commit f0e56a4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0e56a4

Please sign in to comment.