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

Feat: pseudo constants, abstract, private/protected, struct, include, extend #18

Feat: pseudo constants, abstract, private/protected, struct, include, extend

Feat: pseudo constants, abstract, private/protected, struct, include, extend #18

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