We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b23116 commit 92e52dbCopy full SHA for 92e52db
2 files changed
.github/workflows/main.yml .github/workflows/ci.yml.github/workflows/main.yml renamed to .github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
-name: Main Workflow
2
-on: pull_request
+name: CI
+on: [push, pull_request]
3
jobs:
4
test-elixir:
5
runs-on: ubuntu-latest
README.md
@@ -1,5 +1,7 @@
# Exqlite
+[](https://github.com/elixir-sqlite/exqlite/actions)
+
An Elixir SQLite3 library.
6
7
If you are looking for the Ecto adapater, take a look at the
0 commit comments