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 e1284ff commit 67ae0ae
Showing 1 changed file with 5 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

0 comments on commit 67ae0ae

Please sign in to comment.