Skip to content

Merge pull request #36 from riandyrn/feat/add-trace-id-in-response-he… #93

Merge pull request #36 from riandyrn/feat/add-trace-id-in-response-he…

Merge pull request #36 from riandyrn/feat/add-trace-id-in-response-he… #93

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- "**.md"
- LICENCE
- CODEOWNERS
branches:
- master
pull_request:
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Tests
run: make test