Skip to content

Commit

Permalink
Update to bazel 6.4.0 & add CI job (#6)
Browse files Browse the repository at this point in the history
* update bazel version

* add ci
  • Loading branch information
kriscfoster authored Nov 22, 2023
1 parent 322423d commit 1072f60
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.1
6.4.0
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: ci

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v2
- run: bazel build //...
- run: bazel test //solution:solution --test_env guess=basil
File renamed without changes.

0 comments on commit 1072f60

Please sign in to comment.