We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de1264 commit 1bfd439Copy full SHA for 1bfd439
1 file changed
.github/workflows/codeql-analysis.yml
@@ -37,12 +37,17 @@ jobs:
37
with:
38
dotnet-version: '10.0.x'
39
40
+steps:
41
+ # Vorherige Schritte laden den Quellcode und richten die Umgebung ein
42
+
43
+ # Laedt die Tailwind CLI herunter und konfiguriert zwingend benoetigte Ausfuehrungsrechte
44
- name: Download and Configure Tailwind CLI
45
run: |
46
wget https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64
47
chmod +x tailwindcss-linux-x64
48
mv tailwindcss-linux-x64 tailwindcss
49
50
+ # Startet den eigentlichen Kompilierungsvorgang der Projektmappe
51
- name: Build
52
run: dotnet build src/TicketsPlease.slnx
53
0 commit comments