Skip to content

Add install script, only write auto ID output on change #269

Add install script, only write auto ID output on change

Add install script, only write auto ID output on change #269

Workflow file for this run

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