mirror of
https://github.com/angr/pyvex
synced 2026-06-21 13:47:01 +00:00
13 lines
161 B
YAML
13 lines
161 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "**"
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
ci:
|
|
uses: angr/ci-settings/.github/workflows/angr-ci.yml@master
|