Skip to content

Commit

Permalink
Merge pull request #19 from zksecurity/feat/CI
Browse files Browse the repository at this point in the history
Add CI
  • Loading branch information
gio54321 authored Oct 28, 2024
2 parents 5ad1828 + f5e99e7 commit 667d1e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: leanprover/lean-action@v1

0 comments on commit 667d1e3

Please sign in to comment.