Skip to content

feat: sort alphabetical #359

feat: sort alphabetical

feat: sort alphabetical #359

Workflow file for this run

name: Test
on:
push:
branches-ignore: [main, release/**]
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: bash .ci/runChecks.sh
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run build
- run: npm run test