Skip to content

Add .vscode/launch.json with debug configurations from commit 359d056 #4

Add .vscode/launch.json with debug configurations from commit 359d056

Add .vscode/launch.json with debug configurations from commit 359d056 #4

Workflow file for this run

name: Crystal CI
on: Invert
push:

Check failure on line 4 in .github/workflows/crystal.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/crystal.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
git config --global core.editor "code --wait"
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec