Skip to content

Create github-checkout.yml #1

Create github-checkout.yml

Create github-checkout.yml #1

name: Hello world
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run pwd
run: pwd
-name: Run ls -al
run: ls -al

Check failure on line 14 in .github/workflows/github-checkout.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-checkout.yml

Invalid workflow file

You have an error in your yaml syntax on line 14