Skip to content

Workflow file for this run

name: CI
on: [push]
jobs:
run-tests:

Check failure on line 4 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 4
name: Lint and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run ESlint
run: npx eslint .