Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Update docker/build-push-action action to v6.15.0 #87

Update docker/build-push-action action to v6.15.0

Update docker/build-push-action action to v6.15.0 #87

Workflow file for this run

name: actionlint
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
name: runner / actionlint
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: actionlint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
filter_mode: nofilter
fail_on_error: true