Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 16, 2021
1 parent 5bc4a24 commit d57482c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
id: get-released-versions
run: ./tools/node-lint-md-cli-rollup/src/list-released-versions-from-changelogs.mjs
- run: echo ${{ github.event.pull_request.base.ref }}
- run: echo ${{ github.event.pull_request.base.default_branch }}
- run: echo ${{ github.event.pull_request.base.ref == github.event.pull_request.base.default_branch }}
- run: echo ${{ github.event.pull_request.base.repo.default_branch }}
- run: echo ${{ github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch }}
# - name: Lint docs
# run: |
# echo "::add-matcher::.github/workflows/remark-lint-problem-matcher.json"
Expand Down

0 comments on commit d57482c

Please sign in to comment.