Skip to content

Commit

Permalink
hof/ci: update formatter version to latest rc, b/c prettier api change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed Dec 28, 2024
1 parent b66339b commit 9de93d3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dagger
- push
env:
HOF_TELEMETRY_DISABLED: "1"
HOF_FMT_VERSION: v0.6.8
HOF_FMT_VERSION: v0.6.9-rc.2
jobs:
inception:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
make deps
- name: Test
run: |-
hof fmt start prettier@v0.6.8
hof fmt start prettier@v0.6.10-rc.2
cd docs
make gen
make test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Start Formatters
run: |-
docker images
hof fmt start @v0.6.9
hof fmt start @v0.6.10-rc.2
hof fmt info
docker ps -a
services: {}
2 changes: 1 addition & 1 deletion ci/gha/dagger.cue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ghacue.#Workflow & {
on: _ | *["push"]
env: {
HOF_TELEMETRY_DISABLED: "1"
HOF_FMT_VERSION: "v0.6.8"
HOF_FMT_VERSION: "v0.6.9-rc.2"
}
jobs: {
inception: {
Expand Down
2 changes: 1 addition & 1 deletion ci/gha/docs.cue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ghacue.#Workflow & {
{
name: "Test"
run: """
hof fmt start prettier@v0.6.8
hof fmt start prettier@v0.6.10-rc.2
cd docs
make gen
make test
Expand Down
2 changes: 1 addition & 1 deletion ci/gha/hof.cue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ghacue.#Workflow & {
name: "Start Formatters"
run: """
docker images
hof fmt start @v0.6.9
hof fmt start @v0.6.10-rc.2
hof fmt info
docker ps -a
"""
Expand Down

0 comments on commit 9de93d3

Please sign in to comment.