Skip to content
Snippets Groups Projects
Commit ea191c7b authored by nservant's avatar nservant
Browse files

[LINT] fix modules

parent 2790af50
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,11 @@ jobs:
- name: Get PR number
id: pr_number
run: echo "pr_number=$(cat linting-logs/PR_number.txt)" >> $GITHUB_OUTPUT
run: echo "name=pr_number::$(cat linting-logs/PR_number.txt)" >> $GITHUB_OUTPUT
- name: Post PR comment
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
number: ${{ steps.pr_number.outputs.pr_number }}
path: linting-logs/lint_results.md
\ No newline at end of file
path: linting-logs/lint_results.md
......@@ -89,4 +89,4 @@
}
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment