Skip to content

Commit 62ba4f2

Browse files
committed
Add stub for Checks workflow
1 parent b516e97 commit 62ba4f2

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Checks
2+
run-name: Code checks for ${{ github.ref_name }}
3+
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
coverity-macos:
9+
runs-on: macos-latest
10+
11+
steps:
12+
- uses: actions/checkout@v3
13+
with:
14+
path: src
15+
- name: Install dependencies
16+
run: brew install ninja

0 commit comments

Comments
 (0)