Skip to content

Add "web-bot-auth/crypto" to ease signing #29

Add "web-bot-auth/crypto" to ease signing

Add "web-bot-auth/crypto" to ease signing #29

Workflow file for this run

name: Pull Request
on:
push:
pull_request:
jobs:
check:
timeout-minutes: 5
strategy:
matrix:
os: [
ubuntu-24.04,
# windows-latest,
# macos-latest,
]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test