Skip to content

ci: update docker/login-action action to v4.2.0 #968

ci: update docker/login-action action to v4.2.0

ci: update docker/login-action action to v4.2.0 #968

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
submodules: "true"
- uses: trim21/actions/setup-go@master
with:
cache-namespace: lint
- run: go fmt
- run: git diff --exit-code