Skip to content

build(deps): bump tj-actions/changed-files from 37.6.0 to 37.6.1 #275

build(deps): bump tj-actions/changed-files from 37.6.0 to 37.6.1

build(deps): bump tj-actions/changed-files from 37.6.0 to 37.6.1 #275

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