Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Jul 24, 2024
1 parent ec8be6b commit 79a0b5c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,15 @@ name: Formatting (pre-commit)
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main

jobs:
pre-commit:
name: Format
name: pre-commit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install clang-format-14
run: sudo apt-get install clang-format-14
- uses: pre-commit/[email protected]
id: precommit
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

0 comments on commit 79a0b5c

Please sign in to comment.