Skip to content

change clang-format to version 18 #9

change clang-format to version 18

change clang-format to version 18 #9

Workflow file for this run

name: macosx
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_with_bazel:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Build
# Build all program
working-directory: ${{github.workspace}}
run: bazel build ...
- name: Test
# Execute tests
working-directory: ${{github.workspace}}
run: bazel test --test_output=errors ...