diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20cb4128..f74de32d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.1 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@main permissions: actions: write checks: write @@ -23,19 +23,20 @@ jobs: strategy: fail-fast: false matrix: - os: [ - "almalinux-8", - "almalinux-9", - "amazonlinux-2023", - "centos-stream-8", - "centos-stream-9", - "debian-11", - "debian-12", - "rockylinux-8", - "rockylinux-9", - "ubuntu-2204", - "ubuntu-2404", - ] + os: + [ + "almalinux-8", + "almalinux-9", + "amazonlinux-2023", + "centos-stream-8", + "centos-stream-9", + "debian-11", + "debian-12", + "rockylinux-8", + "rockylinux-9", + "ubuntu-2204", + "ubuntu-2404", + ] suite: ["distro", "repo", "repo-overrides"] steps: - uses: ./.github/actions/test-kitchen @@ -49,14 +50,15 @@ jobs: strategy: fail-fast: false matrix: - os: [ - "almalinux-8", - "almalinux-9", - "centos-stream-8", - "centos-stream-9", - "rockylinux-8", - "rockylinux-9", - ] + os: + [ + "almalinux-8", + "almalinux-9", + "centos-stream-8", + "centos-stream-9", + "rockylinux-8", + "rockylinux-9", + ] suite: ["epel"] steps: - uses: ./.github/actions/test-kitchen