Skip to content

Migrate to GitHub Actions from CircleCI #5

Migrate to GitHub Actions from CircleCI

Migrate to GitHub Actions from CircleCI #5

---
name: check-packages
on: [push, pull_request]
jobs:
check-sigs:
runs-on: ubuntu-latest
container: fedora:37
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install RPM packaging dependencies
run: yum -y update && yum -y install git-lfs
- name: Verify signatures on all RPMs
run: |
git lfs install && git lfs pull
gpg --import fpf-yum-tools-archive-keyring.gpg
./scripts/publish.py --verify --all