Skip to content

Commit 7ef5fd6

Browse files
author
Erlend E. Aasland
committed
CI test
1 parent b04e151 commit 7ef5fd6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Check SQLite sources
2+
3+
on:
4+
push:
5+
branches: [ sqlite ]
6+
7+
workflow_dispatch:
8+
9+
jobs:
10+
validate:
11+
name: "Validate SQLite sources"
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 1
17+
- name: Determine SQLite version
18+
run: grep -E "^#define.*SQLITE_VERSION_NUMBER" sqlite3.h

0 commit comments

Comments
 (0)