Skip to content

Update Linter.yml

Update Linter.yml #3

Workflow file for this run

name: Cypress Tests 2
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest

Check failure on line 7 in .github/workflows/cypress2.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cypress2.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: npm run build:app:dev
start: npm run start:app:dev