Skip to content

Remove the updated_at #17

Remove the updated_at

Remove the updated_at #17

Workflow file for this run

name: "CI"
on: [pull_request]
jobs:
build:
name: "Builds and Compiles"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
- run: yarn
- run: yarn build
- run: yarn test