Skip to content

Make a logo

Make a logo #6

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize, review_requested, ready_for_review]
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
path: ~/.vim/vim-scratch-buffer

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

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 17, Col: 9): Unexpected value 'path'
- uses: rhysd/action-setup-vim@v1
- name: Clone themis
run: git clone https://github.com/thinca/vim-themis ~/.vim/bundle/vim-themis
- name: Run test
run: ~/.vim/bundle/vim-themis/bin/themis ~/.vim/vim-scratch-buffer/test --reporter spec