Skip to content

Commit

Permalink
test pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kluge7 committed Nov 18, 2024
1 parent 56ce59a commit 61deb2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-source-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
TEMPORARY_REPO_PATH: repo
steps:
- name: set gcc and g++ version
- name: set gcc and g++ version
if: inputs.gcc_version != '11'
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
with:
ref: ${{ github.ref }}
python_version: '3.10'
responsible: 'kluge7'
responsible: 'kluge7' # Fom
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ repos:
name: YAMLFMT
description: formats yaml files consistently.
files: \.(yml|yaml)$
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
args: ['--write-changes', '--ignore-words-list=theses']

0 comments on commit 61deb2d

Please sign in to comment.