Skip to content

Commit

Permalink
Merge pull request #50 from w3c/setup-echidna
Browse files Browse the repository at this point in the history
add github action for Echidna, update respecConfig
  • Loading branch information
rob-metalinkage authored Oct 1, 2023
2 parents f898689 + 9fb302c commit 058a921
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Example: Override respecConfig for W3C deployment and validators.
name: Echidna Auto-publish
on:
pull_request:
paths: ["connegp/**"]
push:
branches: [gh-pages]
paths: ["connegp/**"]
jobs:
main:
name: Echidna Auto-publish WD
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
SOURCE: connegp/index.html
VALIDATE_LINKS: false
VALIDATE_MARKUP: true
ACTIONS_STEP_DEBUG: true
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: https://www.w3.org/2023/08/23-dxwg-minutes.html#r02
W3C_BUILD_OVERRIDE: |
specStatus: WD
shortName: dx-prof-conneg
13 changes: 6 additions & 7 deletions connegp/config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
var respecConfig = {
specStatus: "WD",
shortName: "dx-connegp",
group: "dx",
specStatus: "ED",
shortName: "dx-prof-conneg",
edDraftURI: "https://w3c.github.io/dx-connegp/connegp/",
previousPublishDate: "2019-04-30",
previousMaturity: "PWD",
previousMaturity: "WD",
testSuiteURI: "https://github.com/w3c/prof-conneg-testing",
implementationReportURI: "https://w3c.github.io/dx-connegp/connegp-implementation-report/",
canonicalURI: "TR",
Expand All @@ -17,7 +18,8 @@ var respecConfig = {
name: "Rob Atkinson",
company: "Metalinkage, Open Geospatial Consortium",
companyURL: "http://www.ogc.org",
orcid: "0000-0002-7878-2693"
orcid: "0000-0002-7878-2693",
w3cid: 90763
},
{
name: "Nicholas J. Car",
Expand All @@ -34,10 +36,7 @@ var respecConfig = {
href: "https://ruben.verborgh.org/"
}]
}],
wg: "Dataset Exchange Working Group",
wgURI: "https://www.w3.org/2017/dxwg/",
wgPublicList: "public-dxwg-comments",
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/99375/status",
inlineCSS: "true",
lint: "false",
maxTocLevel: 3,
Expand Down

0 comments on commit 058a921

Please sign in to comment.