mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-06 01:39:38 -06:00
checkout repo
This commit is contained in:
3
.github/workflows/check-format.yml
vendored
3
.github/workflows/check-format.yml
vendored
@@ -44,6 +44,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [format-client, format-server]
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get PR URL
|
||||
id: pr
|
||||
run: echo "PR_URL=$(jq -r .pull_request.url "$GITHUB_EVENT_PATH")" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user