From 22981175db943229f552ecb6f20b65e1db51e2d3 Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Mon, 29 Nov 2021 20:51:42 +0000 Subject: [PATCH] Inspect the content of github workspace --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 435617c6..5e8bc133 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,8 +181,8 @@ jobs: steps: - name: Set up workspace run: | - id mkdir -p $GITHUB_WORKSPACE + ls -lR $GITHUB_WORKSPACE - name: Checkout code uses: actions/checkout@v2 - name: Check relative links