Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: チェックアウトする
 uses: action/checkout
-name: