Skip to content

requirements(deps): bump yarl from 1.15.3 to 1.15.4 #3771

requirements(deps): bump yarl from 1.15.3 to 1.15.4

requirements(deps): bump yarl from 1.15.3 to 1.15.4 #3771

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Check for out-of-sync .dockerignore
run: |-
diff -U0 <(./generate_whitelist_dockerignore_file.sh) .dockerignore