diff --git a/.conform.yaml b/.conform.yaml index fc9e54e..b3552dd 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -15,8 +15,6 @@ policies: - "build" # changes with no functional effect (e.g. updating dependencies) - "chore" - # GitHub Actions - - "ci" # Documentation - "docs" # Unit and integration tests @@ -24,6 +22,8 @@ policies: scopes: # everything related to cargo configuration and dependencies - "cargo" + # GitHub Actions + - "ci" # all current subcommands in kbs - "import" - "label" diff --git a/.github/workflows/conform.yaml b/.github/workflows/conform.yaml index 174916a..481efac 100644 --- a/.github/workflows/conform.yaml +++ b/.github/workflows/conform.yaml @@ -19,6 +19,6 @@ jobs: run: git fetch origin main:main - name: Conform Action - uses: siderolabs/conform@v0.1.0-alpha.29 + uses: docker://ghcr.io/siderolabs/conform:v0.1.0-alpha.30 with: args: "enforce --base-branch=main"