Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 4, 2025
1 parent 977406b commit 3bf9c35
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Go

on:
pull_request:
push:

jobs:

build:
runs-on: ubuntu-latest
container: ghcr.io/carapace-sh/carapace
steps:
- name: shallow clone
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.0'

- name: Build
run: |
cd example
go install
- name: bash
run: |
find docs/src/ -name '*\.bash\.tape' | xargs -n1 vhs

0 comments on commit 3bf9c35

Please sign in to comment.