Skip to content

feat(lexer): first iteration of working lexer #34

feat(lexer): first iteration of working lexer

feat(lexer): first iteration of working lexer #34

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '1.22.2'
- name: Test
run: go test -v ./...