Skip to content

Commit 3dfb8f1

Browse files
authoredFeb 26, 2023
rename idom to reactpy (#892)
* rename to reactpy * improve description * delete accidental files * improve description
1 parent 51d82df commit 3dfb8f1

File tree

264 files changed

+2882
-2440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+2882
-2440
lines changed
 

‎.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Start a Discussion
4-
url: https://github.com/idom-team/idom/discussions
4+
url: https://github.com/reactive-python/reactpy/discussions
55
about: Report issues, request features, ask questions, and share ideas

‎.github/workflows/.nox-session.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Nox Session
33
on:
44
workflow_call:
55
inputs:
6-
session-name:
6+
nox-args:
77
required: true
88
type: string
9-
session-arguments:
9+
session-args:
1010
required: false
1111
type: string
1212
runs-on-array:
@@ -45,4 +45,4 @@ jobs:
4545
run: pip install -r requirements/nox-deps.txt
4646
- name: Run Tests
4747
env: { "CI": "true" }
48-
run: nox -s ${{ inputs.session-name }} --stop-on-first-error -- ${{ inputs.session-arguments }}
48+
run: nox ${{ inputs.nox-args }} --stop-on-first-error -- ${{ inputs.session-args }}

0 commit comments

Comments
 (0)
Please sign in to comment.