You've already forked AstralRinth
forked from didirus/AstralRinth
Fix lint + docker build
This commit is contained in:
4
.github/workflows/daedalus-docker.yml
vendored
4
.github/workflows/daedalus-docker.yml
vendored
@@ -5,12 +5,12 @@ on:
|
|||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/daedalus-docker.yml
|
- .github/workflows/daedalus-docker.yml
|
||||||
- 'apps/daedalus/**'
|
- 'apps/daedalus_client/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [ opened, synchronize ]
|
types: [ opened, synchronize ]
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/daedalus-docker.yml
|
- .github/workflows/daedalus-docker.yml
|
||||||
- 'apps/daedalus/**'
|
- 'apps/daedalus_client/**'
|
||||||
merge_group:
|
merge_group:
|
||||||
types: [ checks_requested ]
|
types: [ checks_requested ]
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,9 @@
|
|||||||
|
|
||||||
let attempts = 0;
|
let attempts = 0;
|
||||||
function syncAgreeState() {
|
function syncAgreeState() {
|
||||||
const primaryButton = document.querySelector('.qc-cmp2-summary-buttons button:last-of-type');
|
const primaryButton = document.querySelector(
|
||||||
|
".qc-cmp2-summary-buttons button:last-of-type",
|
||||||
|
);
|
||||||
|
|
||||||
if (primaryButton) {
|
if (primaryButton) {
|
||||||
primaryButton.click();
|
primaryButton.click();
|
||||||
|
|||||||
Reference in New Issue
Block a user