.github: run prettier over all yml files

This commit is contained in:
Will Norris 2024-05-08 20:52:47 -07:00 committed by Will Norris
parent ef50c1f9a6
commit 2451f30f07
5 changed files with 68 additions and 68 deletions

View file

@ -4,7 +4,7 @@ on:
- main
pull_request:
branches:
- '**'
- "**"
name: linter
jobs:
@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: stable
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2