Skip to content

feat(pastebin): add encryption option (#54) #13

feat(pastebin): add encryption option (#54)

feat(pastebin): add encryption option (#54) #13

Workflow file for this run

name: CI
on:
push:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install --only=dev
- run: npm run format