Skip to content

Commit

Permalink
Use v0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 13, 2023
1 parent ef10527 commit e51fd44
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TODO: Update version for tweag/write-bazelrc
name: Continuous integration
on:
push:
Expand Down Expand Up @@ -41,18 +40,18 @@ jobs:
machine: api.github.com
password: ${{ secrets.GITHUB_TOKEN }}
- name: Configure for CI
uses: tweag/write-bazelrc@0ab86694ee69bdeede9416587412e0c5d93f5a44 # cg/initial_implementation
uses: tweag/write-bazelrc@v0
with:
content: build --config=ci
- name: Disable stardoc
# Windows: Stardoc complains about docstring quote indentation on Windows.
# bzlmod: Stardoc does not work with bzlmod.
if: ${{ runner.os == 'Windows' || matrix.bazel_mode == 'module' }}
uses: tweag/write-bazelrc@0ab86694ee69bdeede9416587412e0c5d93f5a44 # cg/initial_implementation
uses: tweag/write-bazelrc@v0
with:
content: build --config=no-stardoc
- name: Enable bzlmod
uses: tweag/write-bazelrc@0ab86694ee69bdeede9416587412e0c5d93f5a44 # cg/initial_implementation
uses: tweag/write-bazelrc@v0
if: ${{ matrix.bazel_mode == 'module' }}
with:
content: build --experimental_enable_bzlmod
Expand Down

0 comments on commit e51fd44

Please sign in to comment.