Skip to content

chore: bump ci test conditions #21

chore: bump ci test conditions

chore: bump ci test conditions #21

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- main
- "release-*"
jobs:
bazel-source-inspection:
runs-on: ubuntu-latest
steps:
- name: Check out VCS repository
uses: actions/checkout@v3
- name: Confirm Bazel files is formatted per "buildifier"
uses: thompsonja/[email protected]
with:
# See https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md.
warnings: -function-docstring,-module-docstring
buildifier_version: 6.1.0
build-test:
runs-on: ubuntu-latest
steps:
- name: Check out VCS repository
uses: actions/checkout@v3
- name: Build KCL run rule example
shell: bash
run: cd examples/hello_world && bazel build //... --action_env=HOME=~