Skip to content

Commit

Permalink
ci: setup sops
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Oct 11, 2024
1 parent 2d38fa6 commit 776ea87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Setup uv
uses: astral-sh/setup-uv@v3

- name: Setup sops
run: brew install sops

- name: Test
run: task test --yes

Expand All @@ -63,7 +66,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Setup uv
uses: astral-sh/setup-uv@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Setup uv
uses: astral-sh/setup-uv@v3

- name: Setup sops
run: brew install sops

- name: Build doc
run: task gendoc --yes

Expand Down

0 comments on commit 776ea87

Please sign in to comment.