Skip to content

Bump docker/setup-buildx-action from 3 to 4 #25

Bump docker/setup-buildx-action from 3 to 4

Bump docker/setup-buildx-action from 3 to 4 #25

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Review
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: reviewdog/action-golangci-lint@v2
with:
level: info
github_token: ${{ secrets.GITHUB_TOKEN }}