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
|
||||
run: npm ci
|
||||
- name: Lint
|
||||
run: just lint
|
||||
run: just lint --verbose
|
||||
- name: Test (WIP)
|
||||
run: echo "No tests ran"
|
||||
- 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
|
||||
run: npm ci
|
||||
- name: Lint
|
||||
run: just lint
|
||||
run: just lint --verbose
|
||||
- name: Test (WIP)
|
||||
run: echo "No tests ran"
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -188,4 +188,4 @@ textarea {
|
|||
outline: none;
|
||||
border-color: #eeeeee;
|
||||
box-shadow: 0 0 5px #eeeeee;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -103,4 +103,4 @@ export const OptionPage: React.FC<OptionPageProps> = ({
|
|||
</TitledList>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue