Skip to content

Fix for chunked checkout response #70

Fix for chunked checkout response

Fix for chunked checkout response #70

Workflow file for this run

name: Build and Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-lint:
name: Build and Lint
runs-on: ubuntu-latest
steps:
- name: Clone Repository and setup node
uses: actions/checkout@v4
uses: actions/setup-node@v4

Check failure on line 16 in .github/workflows/build-and-lint.yml

View workflow run for this annotation

GitHub Actions / Build and Lint

Invalid workflow file

The workflow is not valid. .github/workflows/build-and-lint.yml (Line: 16, Col: 9): 'uses' is already defined
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint