mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 21:06:24 +02:00
.github: run prettier over all yml files
This commit is contained in:
parent
ef50c1f9a6
commit
2451f30f07
5 changed files with 68 additions and 68 deletions
18
.github/workflows/linter.yml
vendored
18
.github/workflows/linter.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue