Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlend E. Aasland committed Dec 18, 2020
1 parent b04e151 commit 7ef5fd6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check SQLite sources

on:
push:
branches: [ sqlite ]

workflow_dispatch:

jobs:
validate:
name: "Validate SQLite sources"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Determine SQLite version
run: grep -E "^#define.*SQLITE_VERSION_NUMBER" sqlite3.h

0 comments on commit 7ef5fd6

Please sign in to comment.