Skip to content

yep, looks good to me. #6

yep, looks good to me.

yep, looks good to me. #6

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v1.4.4
with:
node-version: 18.x
- run: npm i && npx ts-standard -y