Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 28, 2024
1 parent 092cad1 commit 1d71c9b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build
on:
push:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- run: ./node_modules/.bin/jsdoc2md lib.js -t api-template.hbs

- run: sed -i 's/a thing/stuff/g' lib.js

- run: ./node_modules/.bin/jsdoc2md lib.js -t api-template.hbs

0 comments on commit 1d71c9b

Please sign in to comment.