-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch pkg template variable name to new package name
- Loading branch information
Showing
6 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
name: build | ||
name: Build and Run Specifications | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
name: Run Specifications | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases | ||
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases | ||
with: | ||
node-version: 18 | ||
- run: npm install | ||
- run: npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=apple-touch-icon href=logos.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@3.1/dist/dna-engine.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@3.2/dist/dna-engine.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/reset.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/layouts/letterbox.css> | ||
<style> | ||
|
@@ -41,7 +41,7 @@ | |
main >section figure code.language-js { color: deeppink; font-size: 1.1rem; } | ||
main >section figure code.language-js .js-param { color: darkmagenta; } | ||
</style> | ||
<script defer src=https://cdn.jsdelivr.net/npm/dna-engine@3.1/dist/dna-engine.min.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/npm/dna-engine@3.2/dist/dna-engine.min.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/fetch-json.min.js></script> | ||
<script data-on-load=setup data-wait-for=fetchJson> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters