Skip to content

cleanup in the field of static files #259

cleanup in the field of static files

cleanup in the field of static files #259

Workflow file for this run

name: Check TS
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run install
run: npm install
- name: Run check
run: npm run check