Skip to content

Ehancements to constructor call tokenizations #41

Ehancements to constructor call tokenizations

Ehancements to constructor call tokenizations #41

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CI: true
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test
- name: Lint files
run: yarn lint