Skip to content

feat: Add @deprecated annotation #77

feat: Add @deprecated annotation

feat: Add @deprecated annotation #77

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v1
- name: Clone submodules
run: git submodule update --recursive --init
- name: Run tests
run: make test