Skip to content

Commit af07613

Browse files
committed
converted CreateUserForm.js to functional components
1 parent 3067e46 commit af07613

File tree

9 files changed

+488
-25756
lines changed

9 files changed

+488
-25756
lines changed

.github/workflows/lint.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Lint
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
7+
pull_request:
8+
branches:
9+
- master
310

411
jobs:
512
lint:

.github/workflows/nodejs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Node.js CI
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
7+
pull_request:
8+
branches:
9+
- master
310

411
jobs:
512
build:

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Run tests
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
7+
pull_request:
8+
branches:
9+
- master
310

411
jobs:
512
test-coverage:

0 commit comments

Comments
 (0)