Skip to content

fix: article 015_GPG_create_and_use_new_key.md #6

fix: article 015_GPG_create_and_use_new_key.md

fix: article 015_GPG_create_and_use_new_key.md #6

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Check
run: npm run check
- name: Lint
run: npm run lint
- name: Build
run: npm run build