Skip to content

Commit

Permalink
Merge pull request #60 from embik/ci-use-image
Browse files Browse the repository at this point in the history
fix(ci): run conform from image to check multiple commits
  • Loading branch information
embik authored May 15, 2024
2 parents 1243e19 + fe26269 commit c3ebc71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ policies:
- "build"
# changes with no functional effect (e.g. updating dependencies)
- "chore"
# GitHub Actions
- "ci"
# Documentation
- "docs"
# Unit and integration tests
- "test"
scopes:
# everything related to cargo configuration and dependencies
- "cargo"
# GitHub Actions
- "ci"
# all current subcommands in kbs
- "import"
- "label"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c3ebc71

Please sign in to comment.