From 915113fc49b7fb1ad7e42cdc6b5dbafa4e3fe18e Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Fri, 17 May 2024 11:27:16 -0500 Subject: [PATCH] [nc] yamllint fix Signed-off-by: Nic Cheneweth --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 82e9832..2c38ac0 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -22,7 +22,7 @@ jobs: env: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - + steps: - name: checkout code uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6