Skip to content

fix(sourcereader.ts): the method toString of SourcePosition was made consistent. Closing #25 #18

fix(sourcereader.ts): the method toString of SourcePosition was made consistent. Closing #25

fix(sourcereader.ts): the method toString of SourcePosition was made consistent. Closing #25 #18

name: on-commit-build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node version
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Installing project dependencies
run: npm install
- name: Build the code
run: npm run build
env:
CI: true