Actions: Introduce A11y test (#106806)

This commit is contained in:
Mariell Hoversholm
2025-06-19 08:20:03 +02:00
committed by GitHub
parent bb03ed54d3
commit 1264b5a619
17 changed files with 1153 additions and 351 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
. scripts/grafana-server/variables
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eo pipefail
. scripts/grafana-server/variables
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
DEFAULT_RUNDIR=scripts/grafana-server/tmp
RUNDIR=${RUNDIR:-$DEFAULT_RUNDIR}
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eo pipefail
. scripts/grafana-server/variables