Skip to content

[backend] add datetime package to utilities category #63

[backend] add datetime package to utilities category

[backend] add datetime package to utilities category #63

Workflow file for this run

name: lint
on:
push:
branches:
- main
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Lint
run: |
npm i
npm run lint