Skip to content

build(deps): bump docker/login-action from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 5139682d94efc37792e6b54386b5b470a68a4737 #6

build(deps): bump docker/login-action from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 5139682d94efc37792e6b54386b5b470a68a4737

build(deps): bump docker/login-action from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 5139682d94efc37792e6b54386b5b470a68a4737 #6

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