Skip to content

feat: updated workflows #2

feat: updated workflows

feat: updated workflows #2

name: Common steps workflow
on:
workflow_call:
jobs:
runs-on: ${{ matrix.os }}

Check failure on line 7 in .github/workflows/checkout-install.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/checkout-install.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
strategy:
matrix:
os: [windows-latest]
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install Node.js and npm
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm install