Skip to content

feat: move to GHA

feat: move to GHA #2

Workflow file for this run

name: validate-ci
on:
push:
branches:
- release/v*
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
pr-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: ci
run: |
make ci