Skip to content

Revert "Add sync-template.yml workflow that synchronizes the repo with ubiquity/ts-template every month" #177

Revert "Add sync-template.yml workflow that synchronizes the repo with ubiquity/ts-template every month"

Revert "Add sync-template.yml workflow that synchronizes the repo with ubiquity/ts-template every month" #177

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