Skip to content

refactor(deckcode): improve the method of retrieving the deck's version #19

refactor(deckcode): improve the method of retrieving the deck's version

refactor(deckcode): improve the method of retrieving the deck's version #19

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: make test