Merge pull request #28 from Keyrxng/improved-constants #60
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |