Skip to content

Commit

Permalink
Add also github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Oct 31, 2024
1 parent 2e7b100 commit 8b50dc8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v2
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Run tests
run: crystal spec

0 comments on commit 8b50dc8

Please sign in to comment.