Skip to content

feat: concurrently poll twitch and restreamer #34

feat: concurrently poll twitch and restreamer

feat: concurrently poll twitch and restreamer #34

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.0'
- name: ls
run: ls -la
- name: Build
run: go build -v ./...