Skip to content

Update test.yml

Update test.yml #2

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: runner1
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: print cwd
run:pwd

Check failure on line 20 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 20