Skip to content

fix log4j config logic to not break when not using json; remove comme… #270

fix log4j config logic to not break when not using json; remove comme…

fix log4j config logic to not break when not using json; remove comme… #270

Workflow file for this run

name: hadolint
on:
push:
branches:
- fb_*
- '*_fb_*'
pull_request:
branches:
- develop
- 'release*'
jobs:
hadolint:
name: hadolint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile