Skip to content

feat(events): add #accept_event #118

feat(events): add #accept_event

feat(events): add #accept_event #118

Workflow file for this run

name: Crystal CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: shards install
- name: Check style
run: crystal tool format --check
- name: Run tests
run: crystal spec