From c3394777d22b3893675952c9ecb944130962ed73 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 31 Mar 2024 23:22:15 +0200 Subject: [PATCH] test --- .github/workflows/workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 82291b7..119e329 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -521,6 +521,7 @@ jobs: $env:GITHUB_REF_NAME } Write-Verbose "Ref: $ref" -Verbose + $null = New-Item -Path '.github/linters' -ItemType Directory -Force Invoke-WebRequest -Uri "https://raw.githubusercontent.com/${{ github.repository }}/$ref/.github/linters/.textlintrc" -OutFile '.github/linters/.textlintrc' -Verbose - name: Commit docs for linting