Skip to content

Commit

Permalink
Update md-lint-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Jun 10, 2024
1 parent 01c252d commit 4c6325d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/md-lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- name: Save PR number
env:
PR_NUMBER: ${{ github.event.number }}
run: |
mkdir -p ./pr
echo $PR_NUMBER > pr_number
run: echo $PR_NUMBER > pr_number
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4c6325d

Please sign in to comment.