Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Mar 31, 2024
1 parent 711aa57 commit c339477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c339477

Please sign in to comment.