Skip to content

update star counter: power of 2 edition #226

update star counter: power of 2 edition

update star counter: power of 2 edition #226

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