Skip to content

Commit

Permalink
Add a note for the commit line
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Aug 4, 2023
1 parent 957c6c8 commit b3ea86e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-check-lint_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
rm -r files *.md
mv pr_head/files pr_head/*.md .
rm -r pr_head
# To avoid contents of PR getting into the diff that we are going to generate
# after running the linters, here we make a dummy commit.
# Note, this commit is not getting pushed.
git commit -am "Code from PR head"
- name: Get changed files
Expand Down

0 comments on commit b3ea86e

Please sign in to comment.