Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Fix percentage of success when testing the parser against stdlib. #55

Fix percentage of success when testing the parser against stdlib.

Fix percentage of success when testing the parser against stdlib. #55

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint