Skip to content

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #999

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #999

Workflow file for this run

---
name: reviewdog
on: [pull_request]
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
yamllint_flags: "-c .github/actions/yamllint.yml"