Skip to content

Workflow file for this run

name: 🚀 Update
on:
push:
branches:
- development
pull_request: {}
jobs:
update:

Check failure on line 9 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- name: Check current directory
run: |
pwd
ls -lah
- name: 📂 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 50
- name: 🛠 Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: 📥 Download deps
uses: bahmutov/npm-install@v1
- name: 🚀 install tsx
run: npm install tsx
- name: Update DB
run: tsx /scripts/prebuild.ts