Skip to content

add position pipe to display ordinal position #14

add position pipe to display ordinal position

add position pipe to display ordinal position #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
defaults:
run:
working-directory: app
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: yarn
- run: yarn lint
- run: yarn test