Skip to content

Add checkout + npm install to pipeline #3

Add checkout + npm install to pipeline

Add checkout + npm install to pipeline #3

Workflow file for this run

name: Frontend CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: 18.8
steps:
- name: Checkout Repository
uses: actions/checkout@v4

Check failure on line 13 in .github/workflows/frontend-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/frontend-ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- run: npm install