Skip to content

Support export * for https://github.com/typed-ember/glint/issues/628 #39

Support export * for https://github.com/typed-ember/glint/issues/628

Support export * for https://github.com/typed-ember/glint/issues/628 #39

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request: {}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: wyvox/action-setup-pnpm@v3
- name: Lint
run: pnpm lint
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: wyvox/action-setup-pnpm@v3
- run: pnpm test