Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 5, 2025
1 parent 967ad7f commit 26ad3bd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
name: Doc

on:
pull_request:
push:
branches:
- 'master'

jobs:
build:
runs-on: ubuntu-latest
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 build
- uses: actions/upload-artifact@v4
with:
name: example
path: example/example
retention-days: 1

doc:
runs-on: ubuntu-latest
container: ghcr.io/carapace-sh/carapace
Expand Down

0 comments on commit 26ad3bd

Please sign in to comment.