diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index d107fbb..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Bundle and Deploy -on: - push: - branches: - - main - -jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Use Node.js 16 - uses: actions/setup-node@v3 - with: - node-version: '16' - - - name: Configure git - run: | - git config user.name "GitHubActions" - git config user.email "" - - - name: Install dependencies - run: npm ci - - - name: Bundle - run: npm run-script bundle - - - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 - with: - folder: dist # The folder the action should deploy. diff --git a/.github/workflows/test-on-pr-branch.yml b/.github/workflows/test-on-pr-branch.yml index 9690d99..911bc8e 100644 --- a/.github/workflows/test-on-pr-branch.yml +++ b/.github/workflows/test-on-pr-branch.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - name: Install dependencies run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae5b57e..cb3c656 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,5 @@ name: Test -on: push +on: [push, workflow_dispatch] jobs: test: @@ -11,7 +11,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - name: Install dependencies run: npm ci diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2fbd61..ad2da7a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,39 +2,34 @@ Thanks for taking the time to contribute to the OpenSCD project! -The easiest way to get in touch is to join the `#open-scd` channel kindly hosted -on [the LF Energy Slack server](https://slack.lfenergy.org/). If you say "hi" -there we will be more than happy to help you find your way around this project. - ## Non-Code Contributions -You don't need to be a software developer to contribute to this effort! -Apart from contributions in the form of code we are also very thankful for +You don't need to be a software developer to contribute to this effort! Apart +from contributions in the form of code we are also very thankful for - [bug reports]( -https://github.com/openscd/open-scd-core/issues?q=is%3Aopen+label%3Abug) - alerting us of errors in the `open-scd` component or its `foundation` library + https://github.com/OpenEnergyTools/open-scd-core/issues?q=is%3Aopen) alerting + us of errors in the `open-scd` component or its `foundation` library functions, - [ideas for enhancements]( -https://github.com/openscd/open-scd-core/discussions/categories/ideas) - to `open-scd` or its `foundation` library, + https://github.com/OpenEnergyTools/open-scd-core/discussions/categories/ideas) +to `open-scd` or its `foundation` library, - [contributions to discussions]( -https://github.com/openscd/open-scd-core/discussions) - we're having about which direction the project should take, and -- [improvements to our wiki](https://github.com/openscd/open-scd/wiki) - which contains knowledge about how to use both OpenSCD and SCL in general. + https://github.com/OpenEnergyTools/open-scd-core/discussions) we're having + about which direction the project should take, and + ## Code Contributions -> The following is a set of guidelines for contributing to -> [OpenSCD Core](https://github.com/openscd/open-scd-core#readme), not a list of +> The following is a set of guidelines for contributing to [OpenSCD +> Core](https://github.com/OpenEnergyTools/open-scd-core#readme), not a list of > strict rules. Use your best judgment and feel free to propose changes to this > document in a pull request. ### Code Structure The OpenSCD Core project's [NPM package declaration file]( -https://github.com/openscd/open-scd-core/blob/main/package.json) -lists two entry points that can be referred to by package users: +https://github.com/OpenEnergyTools/open-scd-core/blob/main/package.json) lists +two entry points that can be referred to by package users: ```json "exports": { diff --git a/demo/index.html b/demo/index.html index a6b63d3..8a248dc 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,7 +1,7 @@ OpenSCD Core Demo - +