Skip to content

Explorer: Replace StringRef with string_view in trace stream (#3090) #16

Explorer: Replace StringRef with string_view in trace stream (#3090)

Explorer: Replace StringRef with string_view in trace stream (#3090) #16

Workflow file for this run

# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: pre-commit
on:
pull_request:
merge_group:
push:
branches: [trunk]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]