Skip to content

test github action

test github action #1

name: Run a basic test
run-name: This is a test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:

Check failure on line 7 in .github/workflows/github-actions-demo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-actions-demo.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- name: Test action
uses: actions/checkout@v4
run: npm i