Skip to content

Handle expiry for temporary accounts in twinkleblock.js #754

Handle expiry for temporary accounts in twinkleblock.js

Handle expiry for temporary accounts in twinkleblock.js #754

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Linter
run: npm run lint