Skip to content

feat: replace screensaver screenshots with VHS-generated GIFs (#11) #37

feat: replace screensaver screenshots with VHS-generated GIFs (#11)

feat: replace screensaver screenshots with VHS-generated GIFs (#11) #37

Workflow file for this run

---
name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: stable
- name: Build
run: go build -o tlock .
- name: Test
run: go test -v ./...