Skip to content

Commit 6ead1d0

Browse files
author
Andre Kuhlenschmidt
committed
hello world
1 parent dc756c0 commit 6ead1d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/inc-version.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: inc-version
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
version:
6+
description: "Version of semgrep to use"
7+
required: true
8+
type: string
9+
jobs:
10+
test-hooks:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)