Skip to content

[Bazel 6.3.2] Update CI to Bazel 6.3.2 #146

[Bazel 6.3.2] Update CI to Bazel 6.3.2

[Bazel 6.3.2] Update CI to Bazel 6.3.2 #146

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Lint:
name: Tests
runs-on: macOS-latest
steps:
- name: Checkout the Git repository
uses: actions/checkout@v1
- name: Setup dependencies
run: sudo gem install cocoapods
- name: Run Tests
run: make ci