Skip to content

Commit

Permalink
debugging CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 9, 2020
1 parent 7ee39e2 commit 1b7def2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 382 deletions.
4 changes: 4 additions & 0 deletions .calcit-error.cirru
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

app.main/main!
(defn main! () (assert= 2 (+ 1 2)) (echo |Started))
args: ()
14 changes: 14 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Tests

on:
push:
branches:
- master
pull_request: {}

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: calcit-lang/calcit-once-action@0.0.5
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

.compact-inc.cirru
.calit-error.cirru
Loading

0 comments on commit 1b7def2

Please sign in to comment.