Skip to content

chore(parser): add notice + link to oxc file which we based our source #57

chore(parser): add notice + link to oxc file which we based our source

chore(parser): add notice + link to oxc file which we based our source #57

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: cargo test --verbose