Skip to content

Commit

Permalink
Update CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Nov 13, 2024
1 parent 1f2b6d1 commit bb377f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '20 16 * * 0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Crystal Ameba Linter
uses: crystal-ameba/[email protected]
env:
Expand All @@ -21,4 +23,4 @@ jobs:
- name: Install shards
run: shards install
- name: Run tests
run: crystal spec
run: crystal spec -v

0 comments on commit bb377f4

Please sign in to comment.