Skip to content

add getServerVersion in harvester-common store #74

add getServerVersion in harvester-common store

add getServerVersion in harvester-common store #74

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- 'release-*'
pull_request:
branches:
- main
- 'release-*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run tests
uses: ./.github/actions/lint