Skip to content

[support-mariadb-dumps-with-newline] Add new Base abstract class for … #97

[support-mariadb-dumps-with-newline] Add new Base abstract class for …

[support-mariadb-dumps-with-newline] Add new Base abstract class for … #97

Workflow file for this run

name: Crystal CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v3
- name: Crystal Ameba Linter
uses: crystal-ameba/github-action@v0.8.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec