Skip to content

Removed unused functions. Reused regexp. #51

Removed unused functions. Reused regexp.

Removed unused functions. Reused regexp. #51

Workflow file for this run

name: Check-Commit
on: push
jobs:
check-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn tsc