Skip to content

Commit 7940025

Browse files
committed
ci: Add seqra-action
1 parent 6c129eb commit 7940025

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/seqra.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Seqra Analysis
2+
on:
3+
workflow_dispatch
4+
5+
jobs:
6+
seqra:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout your repository
10+
uses: actions/checkout@v4
11+
12+
- name: Run Seqra code analysis
13+
uses: seqrateam/seqra-action@v1

0 commit comments

Comments
 (0)