Skip to content

Fix parsing for expression tree, module level attrs, include on piped expressions and typed collection initializers (#57, #58, #59, #64) #167

Fix parsing for expression tree, module level attrs, include on piped expressions and typed collection initializers (#57, #58, #59, #64)

Fix parsing for expression tree, module level attrs, include on piped expressions and typed collection initializers (#57, #58, #59, #64) #167

Workflow file for this run

name: Build/test
on:
pull_request:
branches:
- "**"
push:
branches:
- "main"
jobs:
test_ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm install
- run: npm test
test_macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: brew install gnu-sed
- run: npm install
- run: npm test