]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: upgrade shellcheck
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 13 Dec 2025 02:25:29 +0000 (21:25 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 14 Dec 2025 01:40:28 +0000 (20:40 -0500)
Switch CI to a newer version of Ubuntu to get a newer version of
shellcheck.

.github/workflows/integration.yml

index 663895d25bc2d034d19d7f4fbc6848132be4515e..e25ee8e7d01b15242790274f2eba25d986806802 100644 (file)
@@ -54,12 +54,14 @@ jobs:
         needs: basic
         name: syncheck
         runs-on: ubuntu-24.04
+        container:
+            image: ubuntu:devel
         steps:
             - name: "Checkout Repository"
               uses: actions/checkout@v6
             - run: |
-                  sudo apt-get update
-                  sudo apt-get -y install shellcheck shfmt
+                  apt-get update
+                  apt-get -y install shellcheck shfmt make
                   make syncheck
 
     extended: