Skip to content

Commit d723db0

Browse files
Hook up CI for PR checks
1 parent e3120b3 commit d723db0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CI
2+
on:
3+
push: {}
4+
pull_request: {}
5+
workflow_dispatch: {}
6+
permissions:
7+
contents: read
8+
jobs:
9+
build:
10+
uses: oapi-codegen/actions/.github/workflows/ci.yml@6cf35d4f044f2663dae54547ff6d426e565beb48 # v0.6.0
11+
with:
12+
lint_versions: '["1.25"]'

0 commit comments

Comments
 (0)