Skip to content

docs: refactor image file structure and add filename check #435

docs: refactor image file structure and add filename check

docs: refactor image file structure and add filename check #435

Workflow file for this run

name: Node.js CI

Check failure on line 1 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nodejs.yml

Invalid workflow file

(Line: 19, Col: 1): Unexpected value 'check-kebab-case'
on:
push:
branches:
- main
pull_request:
jobs:
nodejs:
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
node-version: 24.x
lint-check-types: true
npm-test-command: npm run build
node-version-matrix: '[24]'
upload-coverage: false
disable-test-package: true
check-kebab-case:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
- name: Run kebab-case check
run: node checkFilenames.mjs