Skip to content

Move validation and id-generation logic into Rust #256

Move validation and id-generation logic into Rust

Move validation and id-generation logic into Rust #256

Workflow file for this run

name: Tests
on:
push:
branches:
- "**"
tags-ignore:
- "v*"
pull_request:
branches:
- "**"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup
uses: ./.github/workflows/setup