mirror of
https://github.com/status-im/nim-http-utils.git
synced 2026-08-30 20:11:06 +00:00
12 lines
180 B
YAML
12 lines
180 B
YAML
name: CI
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
|