Skip to content

fix: allow base=target #15

fix: allow base=target

fix: allow base=target #15

Workflow file for this run

name: dev
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: nkraetzschmar/workflow-telemetry-action@v1
with:
metric_frequency: 1
comment_on_pr: false
- uses: actions/checkout@v3
- name: build
run: ./build
- name: test
run: ./test