pre_commit.yaml 443 B

12345678910111213141516171819
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. name: pre-commit
  5. on:
  6. pull_request:
  7. merge_group:
  8. push:
  9. branches: [trunk]
  10. jobs:
  11. pre-commit:
  12. runs-on: ubuntu-latest
  13. steps:
  14. - uses: actions/checkout@v3
  15. - uses: actions/setup-python@v4
  16. - uses: pre-commit/action@v3.0.0