Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Merge pull request #1 from consensys-vertical-apps/feat/add-pipeline #6

Merge pull request #1 from consensys-vertical-apps/feat/add-pipeline

Merge pull request #1 from consensys-vertical-apps/feat/add-pipeline #6

Workflow file for this run

name: reviewdog
on:
push:
branches:
- main
- beta
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
jobs:
hadolint:
name: hadolint
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]' || contains(github.event.pull_request.labels.*.name, 'safe-to-test')
steps:
- uses: actions/checkout@v3
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
fail_on_error: true