Skip to content

fix: pass Impersonate option to extractor HTTP client (#37) #72

fix: pass Impersonate option to extractor HTTP client (#37)

fix: pass Impersonate option to extractor HTTP client (#37) #72

Workflow file for this run

name: docker-lint
on:
push:
branches:
- "main"
pull_request:
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: lint Dockerfile
uses: hadolint/hadolint-action@master
with:
dockerfile: "Dockerfile"
- name: lint Dockerfile.dev
uses: hadolint/hadolint-action@master
with:
dockerfile: "Dockerfile.dev"