Skip to content

CI: Return to custom cache action #54

CI: Return to custom cache action

CI: Return to custom cache action #54

Workflow file for this run

# This is a format job. Pre-commit has a first-party GitHub action, so we use
# that: https://github.com/pre-commit/action
name: Format
on: [push, pull_request]
jobs:
pre-commit:
name: Format
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install clang-format-10
run: sudo apt-get install clang-format-10
- uses: pre-commit/action@v3.0.1