Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 36cda14

Browse files
committed
feat/aws-auditor: add precommit
1 parent 5fdfa4c commit 36cda14

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/precommit.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: precommit
3+
4+
on:
5+
pull_request:
6+
push:
7+
branches: [main, feat/aws-auditor]
8+
9+
permissions:
10+
actions: read
11+
checks: write
12+
contents: read
13+
pull-requests: write
14+
15+
jobs:
16+
pre-commit:
17+
runs-on: ubuntu-24.04
18+
steps:
19+
- uses: actions/checkout@v4
20+
- uses: actions/setup-python@v5
21+
with:
22+
python-version: '3.11'
23+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)