Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Add a deprecation notice to the README #12

Add a deprecation notice to the README

Add a deprecation notice to the README #12

Workflow file for this run

name: service
on:
push:
pull_request:
branches:
- master
jobs:
make_all:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/service
with:
target: all
make_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/service
with:
target: all-debug test