Skip to content

meta-lxatac-bsp: barebox: update to 2023.10.0 #27

meta-lxatac-bsp: barebox: update to 2023.10.0

meta-lxatac-bsp: barebox: update to 2023.10.0 #27

name: distribution version
on:
create: # tags and branches
pull_request:
push:
jobs:
check:
name: consistency check
runs-on: ubuntu-latest
if: github.repository == 'linux-automation/meta-lxatac'
steps:
- name: Install required packages
run: |
sudo apt-get install diffstat chrpath python3-git
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Check version number and codename
run: |
source oe-init-build-env && cd -
python3 .github/workflows/distribution-version.py