Skip to content

build(deps): bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 232fc64e3a4e54539e087c5976439ea54be0959d #5

build(deps): bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 232fc64e3a4e54539e087c5976439ea54be0959d

build(deps): bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 232fc64e3a4e54539e087c5976439ea54be0959d #5

Workflow file for this run

name: Github Actions
on:
pull_request:
paths:
- '.github/**'
defaults:
run:
working-directory: ./.github
permissions:
contents: read
jobs:
actionlint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
sparse-checkout: |
.github
- uses: reviewdog/action-actionlint@v1.41.0
with:
filter_mode: nofilter
fail_on_error: true
reporter: github-pr-check