Skip to content

Improve CI workflow #526

Improve CI workflow

Improve CI workflow #526

Workflow file for this run

name: CI
on:
push:
branches: [master, develop]
pull_request:
branches: [master]
jobs:
Perfecto:
permissions:
contents: read
pull-requests: write
strategy:
matrix:
image: [ 'ol7', 'ol8', 'ol9']
uses: ./.github/workflows/perfecto.yml

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 17, Col: 11): Error from called workflow essentialkaos/kaos-repo/.github/workflows/perfecto.yml@aa5f1ca93963ee8cb1fa750e3348ea53bbacb183 (Line: 29, Col: 15): Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.image
with:
image: ${{ matrix.image }}
Bibop:
name: Bibop Validation
runs-on: ubuntu-latest
steps:
- name: Setup PATH
run: |
echo "${{ github.workspace }}" >> "$GITHUB_PATH"
- name: Code checkout
uses: actions/checkout@v3
- name: Install bibop and bibop-massive
run: |
wget https://apps.kaos.st/bibop/latest/linux/x86_64/bibop
wget https://kaos.sh/bibop/scripts/bibop-massive
chmod +x bibop bibop-massive
bibop -v
bibop-massive -v
- name: Run bibop recipes validation
env:
TERM: xterm-256color
run: bibop-massive -V tests