Files
harmony/.gitea/workflows/check.yml
Reda Tarzalt 17ae1ee698
Some checks failed
Run Check Script / check (pull_request) Failing after 2m4s
remove k3d installation and ignore test in ci
2026-05-15 12:40:46 -04:00

19 lines
332 B
YAML

name: Run Check Script
on:
push:
branches:
- master
pull_request:
jobs:
check:
runs-on: docker
container:
image: hub.nationtech.io/harmony/harmony_composer:latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run check script
run: bash build/check.sh