Skip to content

Merge pull request #3 from iarahealth/dev #59

Merge pull request #3 from iarahealth/dev

Merge pull request #3 from iarahealth/dev #59

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: pwd

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- name: Run a multi-line script
run: |
ls
git status