Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ila-embsys committed Jan 27, 2024
2 parents 172181c + f557152 commit abceedc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
name: tests
on: [pull_request, workflow_dispatch]
name: Tests

on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- dev


permissions:
checks: write

jobs:
test:
name: tests
test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# GOpenHMD

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ila-embsys/GOpenHMD)
[![Tests](https://github.com/ila-embsys/GOpenHMD/actions/workflows/test.yml/badge.svg?branch=main)](ila-embsys/GOpenHMD)
[![build result](https://build.opensuse.org/projects/home:ila.embsys:gopenhmd/packages/gopenhmd/badge.svg?type=default)](https://build.opensuse.org/package/show/home:ila.embsys:gopenhmd/gopenhmd)

GOpenHMD is a wrapper of OpenHMD that uses GObject to provide language bindings by GObject introspection.

Expand Down

0 comments on commit abceedc

Please sign in to comment.