Skip to content

chore(deps): bump node-forge from 1.3.1 to 1.3.2 #11

chore(deps): bump node-forge from 1.3.1 to 1.3.2

chore(deps): bump node-forge from 1.3.1 to 1.3.2 #11

Workflow file for this run

name: Default CI Pipeline
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
setup:
name: Install dependencies and run build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Build
run: npm run build
prettier:
name: Check coding style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Nerixyz/actionsx-prettier@v3-adj
with:
args: --check .