Skip to content

Include created / updated attributes to resume typings #436

Include created / updated attributes to resume typings

Include created / updated attributes to resume typings #436

Workflow file for this run

name: Test
on: [push]
env:
HUSKY: '0'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Use Node.js version defined in .nvmrc
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run full