mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Merge pull request #5414 from gofogo/chore-pre-coomit-action
chore(code): add pre-commit github action
This commit is contained in:
commit
e5141de4d9
5
.github/workflows/lint.yaml
vendored
5
.github/workflows/lint.yaml
vendored
@ -55,3 +55,8 @@ jobs:
|
||||
uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83 # v0.8.11
|
||||
with:
|
||||
file_glob: 'api/*.yaml'
|
||||
|
||||
- uses: actions/setup-python@v3
|
||||
# https://github.com/pre-commit/action
|
||||
- name: Verify with pre-commit
|
||||
uses: pre-commit/action@v3.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user