Skip to content

build(deps): bump regex from 1.9.3 to 1.10.2 #307

build(deps): bump regex from 1.9.3 to 1.10.2

build(deps): bump regex from 1.9.3 to 1.10.2 #307

Workflow file for this run

name: Bazel build
on:
pull_request:
paths-ignore:
# ignore markdown files (CHANGELOG.md, README.md, etc.)
- '**/*.md'
push:
paths-ignore:
# ignore markdown files (CHANGELOG.md, README.md, etc.)
- '**/*.md'
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
tests:
name: Tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Build
run: bazel build :atc_router --verbose_failures