Skip to content

feat: use duration with units everywhere #365

feat: use duration with units everywhere

feat: use duration with units everywhere #365

Workflow file for this run

name: ci
on: push
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16.11.1
- run: npm ci
- run: npm run build
- run: npm run build:docker
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16.11.1
- run: npm ci
- run: npm run build
- run: npm run lint
test-local:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16.11.1
- run: npm ci
- run: npm run build
- run: npm run test:local