Skip to content

Commit aef632b

Browse files
committed
chore: remove unused action job from build workflow
1 parent 9b3ab8a commit aef632b

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -160,21 +160,3 @@ jobs:
160160
run: |
161161
npm install -g markdownlint-cli
162162
markdownlint '**.md' --ignore node_modules --disable MD013
163-
164-
action:
165-
runs-on: ubuntu-latest
166-
steps:
167-
- uses: actions/checkout@v5
168-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
169-
id: changes
170-
with:
171-
filters: |
172-
src:
173-
- '.github/action/**'
174-
- 'action.yml'
175-
176-
- name: Run action
177-
if: steps.changes.outputs.src == 'true'
178-
uses: ./
179-
with:
180-
extractor-version: latest

0 commit comments

Comments
 (0)