Skip to content

Commit

Permalink
Try with different bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jul 29, 2023
1 parent 1b80441 commit a9b1b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: reviewdog

on:
- pull_request
- pull_request

jobs:
prettier:
Expand All @@ -14,9 +14,9 @@ jobs:

- name: Get changed files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
run: |
# Use the GitHub API to get the list of changed files
# documenation: https://docs.github.com/rest/commits/commits#compare-two-commits
Expand Down

0 comments on commit a9b1b61

Please sign in to comment.