Skip to content

docs: Add example of applying policy by #59

docs: Add example of applying policy by

docs: Add example of applying policy by #59

Workflow file for this run

---
name: CI
on: [push, pull_request]
env:
EXPORT_DIR: exported-artifacts
jobs:
build:
runs-on: ubuntu-latest
name: rpm-${{ matrix.distro }}
container: quay.io/ovirt/buildcontainer:${{ matrix.distro }}
strategy:
matrix:
distro: [el9stream]
steps:
- uses: ovirt/checkout-action@main
with:
fetch-depth: 0
- name: Mark repository as safe
run: git config --global --add safe.directory "$(pwd)"
- name: Check patch
run: ./automation/check-patch.sh
- name: Upload artifacts
uses: ovirt/upload-rpms-action@main
with:
directory: ${{ env.EXPORT_DIR }}