Skip to content

Merge pull request #819 from hartwork/fix-ci #2461

Merge pull request #819 from hartwork/fix-ci

Merge pull request #819 from hartwork/fix-ci #2461

name: Detect .dockerignore out-of-sync with git ls-files
on:
- pull_request
- push
jobs:
dockerignore_detect_out_of_sync:
name: Detect .dockerignore out-of-sync with git ls-files
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Check for out-of-sync .dockerignore
run: |-
diff -U0 <(./generate_whitelist_dockerignore_file.sh) .dockerignore