Skip to content

[v2021.1.x] batman-adv: update to version 2024.3 #1245

[v2021.1.x] batman-adv: update to version 2024.3

[v2021.1.x] batman-adv: update to version 2024.3 #1245

Workflow file for this run

---
name: Check patches
on:
push:
paths:
- 'modules'
- 'patches/**'
- '.github/workflows/check-patches.yml'
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'modules'
- 'patches/**'
- '.github/workflows/check-patches.yml'
jobs:
check-patches:
name: Check patches
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Refresh patches
run: make refresh-patches GLUON_SITEDIR="contrib/ci/minimal-site"
- name: Show diff
run: git status; git diff
- name: Patch status
run: git diff-files --quiet