Skip to content

chore(deps): update docker/login-action action to v3 #772

chore(deps): update docker/login-action action to v3

chore(deps): update docker/login-action action to v3 #772

Workflow file for this run

name: reviewdog / actionlint
on:
push:
branches:
- main
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
name: actionlint with reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: actionlint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
level: info
reporter: github-pr-review
filter_mode: nofilter