Fix indents in CI YAML

This commit is contained in:
Daniel J. Summers 2024-03-23 21:06:49 -04:00
parent 5fc3d11454
commit 2439d017ef

View File

@ -1,9 +1,11 @@
name: Continuous Integration
on:
push:
branches: [ "main" ]
branches:
- main
pull_request:
branches: [ "main" ]
branches:
- main
workflow_dispatch:
env:
MWL_TEST_RETHINK_URI: rethinkdb://localhost/mwl_test
@ -35,7 +37,6 @@ jobs:
image: rethinkdb:latest
ports:
- 28015:28015
- 29015:29015
steps:
- name: Check Out Code