Skip to content

Do not allow numbers in word-like names #15

Do not allow numbers in word-like names

Do not allow numbers in word-like names #15

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run fmt:check