Skip to content

build: add publish task #3

build: add publish task

build: add publish task #3

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
name: Tests
runs-on: macos-latest
steps:
- name: Checkout aiomoex
uses: actions/checkout@v3
- name: Install go-task
run:
brew install go-task
- name: Setup venv, install tools and dependencies
run:
task setup
- name: Lint and test
run:
task test