Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

README update to mark project as archived #8

README update to mark project as archived

README update to mark project as archived #8

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
ubuntu18:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install
- uses: ./.github/actions/build
- uses: ./.github/actions/test
ubuntu20:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install
- uses: ./.github/actions/build
- uses: ./.github/actions/test