Skip to content

requirements(deps): bump tomli from 2.0.1 to 2.0.2 #3698

requirements(deps): bump tomli from 2.0.1 to 2.0.2

requirements(deps): bump tomli from 2.0.1 to 2.0.2 #3698

name: Detect .dockerignore out-of-sync with git ls-files
on:
pull_request:
push:
schedule:
- cron: '0 16 * * 5' # Every Friday 4pm
workflow_dispatch:
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Check for out-of-sync .dockerignore
run: |-
diff -U0 <(./generate_whitelist_dockerignore_file.sh) .dockerignore