Skip to content

chore(*): rename to ts-export-naming-convention #5

chore(*): rename to ts-export-naming-convention

chore(*): rename to ts-export-naming-convention #5

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches:
- main
- next
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn test