Skip to content

portage-converter/*: Move specs to mark-testing #6892

portage-converter/*: Move specs to mark-testing

portage-converter/*: Move specs to mark-testing #6892

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