Skip to content

Prevent Text From being highlighted #111

Prevent Text From being highlighted

Prevent Text From being highlighted #111

Workflow file for this run

name: Lint TS code
on:
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install NPM deps
run: npm install
- name: Lint TS Code according to gts
run: npm run lint