Skip to content

seed/funtoo-kits: Bump v.0.20241101+1 #6900

seed/funtoo-kits: Bump v.0.20241101+1

seed/funtoo-kits: Bump v.0.20241101+1 #6900

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Validate package specs
on:
push:
branches: [ phoenix, eagle, terragon ]
pull_request:
branches: [ phoenix, eagle, terragon ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git fetch --prune --unshallow
- name: Validate 🔧
run: |
curl https://raw.githubusercontent.com/geaaru/luet/geaaru/contrib/config/get_luet_root.sh | sudo sh || true &&
sudo luet upgrade -y && sudo luet i system/luet-build -y
make validate