Skip to content

feat: remove check, push and certify in favor of action parameter #35

feat: remove check, push and certify in favor of action parameter

feat: remove check, push and certify in favor of action parameter #35

Workflow file for this run

name: PRs checks
on:
pull_request:
branches:
- main
jobs:
build-all:
runs-on: ubuntu-22.04
env:
CHECK: "true"
PYAXIS_API_TOKEN: ${{ secrets.RED_HAT_API_KEY }}
steps:
- uses: actions/checkout@v4
- name: Build all
run: make build-all