Skip to content

workflows: install llvm tools from apt.llvm.org #5759

workflows: install llvm tools from apt.llvm.org

workflows: install llvm tools from apt.llvm.org #5759

Workflow file for this run

name: PR format requirements
permissions: read-all
on:
pull_request:
branches:
- main
jobs:
pre-commit-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # [email protected]
with:
python-version: '3.11'
- name: Run pre-commit github action
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # [email protected]