Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Merge pull request #36 from ubiquity/development #137

Merge pull request #36 from ubiquity/development

Merge pull request #36 from ubiquity/development #137

Workflow file for this run

name: Enforce kebab-case
on:
push:
pull_request:
jobs:
check-filenames:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Check For Non Kebab-Cased TypeScript Files
run: .github/workflows/scripts/kebab-case.sh