We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70eaca6 commit 2f29696Copy full SHA for 2f29696
2 files changed
.github/workflows/pre-commit.yml
@@ -1,13 +1,16 @@
1
---
2
name: pre-commit
3
+
4
on:
5
push:
6
pull_request:
7
8
jobs:
9
pre-commit:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v3
14
15
- name: Run pre-commit
16
uses: pre-commit/action@v3.0.0
README.md
@@ -67,5 +67,6 @@ The `psscriptanalyzer-format-docker` hook supports the same options.
67
## Copyright and license
68
69
© 2023 Mohamed El Morabity
70
+© 2024 Ophios GmbH
71
72
Licensed under the [GNU GPL, version 3.0 or later](LICENSE).
0 commit comments