Skip to content

Commit

Permalink
ci: check for signed commits
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Feb 6, 2024
1 parent a95ae4a commit 50cd54b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uname -a
nix --version
- name: check
run: nix flake check -L --show-trace

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/pre-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: pre-check
on:
pull_request_target:
branches: [main]
push:
branches: [main]

jobs:
check-signed-commits:
runs-on: ubuntu-latest
steps:
- name: check signed commits
uses: 1Password/check-signed-commits-action@v1

0 comments on commit 50cd54b

Please sign in to comment.