Skip to content

Commit

Permalink
sync-server: synced local './.github/workflows/lint.yml' with remote …
Browse files Browse the repository at this point in the history
…'./configs/.github/workflows/lint.yml'
  • Loading branch information
lumirlumir committed Sep 10, 2024
1 parent 2163412 commit 71a6aad
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ on:

jobs:
lint:
# strategy:
# matrix:
# type:
# - eslint
# - prettier
# - editorconfig
# - markdownlint

runs-on: ubuntu-latest

steps:
Expand All @@ -40,6 +32,3 @@ jobs:

- name: Lint
run: npm run lint

# - name: Lint ${{ matrix.type }}
# run: npm run lint-${{ matrix.type }} --if-present

0 comments on commit 71a6aad

Please sign in to comment.