fix style issues
This commit is contained in:
parent
59a329b7bd
commit
e364f18988
4 changed files with 4 additions and 10 deletions
2
.github/workflows/main_deploy.yml
vendored
2
.github/workflows/main_deploy.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Setup | Node Install
|
- name: Setup | Node Install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: just lint
|
run: just lint --verbose
|
||||||
- name: Test (WIP)
|
- name: Test (WIP)
|
||||||
run: echo "No tests ran"
|
run: echo "No tests ran"
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
8
.github/workflows/main_push.yml
vendored
8
.github/workflows/main_push.yml
vendored
|
@ -34,14 +34,8 @@ jobs:
|
||||||
- name: Setup | Node Install
|
- name: Setup | Node Install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: just lint
|
run: just lint --verbose
|
||||||
- name: Test (WIP)
|
- name: Test (WIP)
|
||||||
run: echo "No tests ran"
|
run: echo "No tests ran"
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -188,4 +188,4 @@ textarea {
|
||||||
outline: none;
|
outline: none;
|
||||||
border-color: #eeeeee;
|
border-color: #eeeeee;
|
||||||
box-shadow: 0 0 5px #eeeeee;
|
box-shadow: 0 0 5px #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,4 +103,4 @@ export const OptionPage: React.FC<OptionPageProps> = ({
|
||||||
</TitledList>
|
</TitledList>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue