Skip to content

Enhance the number parser to include support for parsing hexadecimal, binary, and octal literals. #439

Enhance the number parser to include support for parsing hexadecimal, binary, and octal literals.

Enhance the number parser to include support for parsing hexadecimal, binary, and octal literals. #439

Workflow file for this run

name: check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go 1.18
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Test
run: npx zx --experimental .github/scripts/coverage.mjs