Skip to content

fix: update deps, add horizontal to list (#41) #2

fix: update deps, add horizontal to list (#41)

fix: update deps, add horizontal to list (#41) #2

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/setup-node@v4

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 16, Col: 7): 'uses' is already defined
- name: Install dependencies
run: npm install
- name: Build package
run: npm run build