Skip to content

Commit

Permalink
feat: add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Lobzov committed Jan 23, 2024
1 parent 3f62a9d commit 942c19c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: asciidoc-link-check-test

on: [push]

jobs:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: use node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: install dependencies
run: yarn
- name: test
run: yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asciidoc-link-check",
"version": "0.0.7",
"version": "0.0.8",
"description": "script checks links availability in an asciidoc file",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 942c19c

Please sign in to comment.