Skip to content

Change Github link from the lang repo to the extension repo #9

Change Github link from the lang repo to the extension repo

Change Github link from the lang repo to the extension repo #9

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run test-compile
- run: npm run format-check